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