Uses of Enum Class
org.bukkit.Chunk.LoadLevel
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Chunk.LoadLevel in org.bukkit
Modifier and TypeMethodDescriptionChunk.getLoadLevel()
Gets the load level of this chunk, which determines what game logic is processed.static Chunk.LoadLevel
Returns the enum constant of this class with the specified name.static Chunk.LoadLevel[]
Chunk.LoadLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.