Package io.papermc.lib.environments
Class CraftBukkitEnvironment
- java.lang.Object
-
- io.papermc.lib.environments.Environment
-
- io.papermc.lib.environments.CraftBukkitEnvironment
-
- Direct Known Subclasses:
SpigotEnvironment
public class CraftBukkitEnvironment extends Environment
-
-
Field Summary
-
Fields inherited from class io.papermc.lib.environments.Environment
asyncChunksHandler, asyncTeleportHandler, bedSpawnLocationHandler, blockStateSnapshotHandler, isGeneratedHandler
-
-
Constructor Summary
Constructors Constructor Description CraftBukkitEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class io.papermc.lib.environments.Environment
getBedSpawnLocationAsync, getBlockState, getChunkAtAsync, getChunkAtAsync, getChunkAtAsyncUrgently, getMinecraftPatchVersion, getMinecraftVersion, isChunkGenerated, isPaper, isSpigot, isVersion, isVersion, teleport
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein classEnvironment
-
-