Interface BukkitSpawnLocationResolver
- All Superinterfaces:
SpawnLocationResolver
- All Known Implementing Classes:
DefaultResolver,PluginBasedResolver
public sealed interface BukkitSpawnLocationResolver
extends SpawnLocationResolver
permits DefaultResolver, PluginBasedResolver
-
Method Summary
Modifier and TypeMethodDescriptionstatic BukkitSpawnLocationResolverget(org.bukkit.plugin.PluginManager pluginManager) org.bukkit.Locationresolve(org.bukkit.World world)
-
Method Details
-
resolve
org.bukkit.Location resolve(org.bukkit.World world) - Specified by:
resolvein interfaceSpawnLocationResolver
-
get
-