Uses of Enum Class
org.bukkit.World.Environment
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of World.Environment in org.bukkit
Modifier and TypeMethodDescriptionWorldCreator.environment()
Gets the environment that will be used to create or load the worldstatic @Nullable World.Environment
World.Environment.getEnvironment(int id)
Deprecated.Magic valueWorld.getEnvironment()
Gets theWorld.Environment
type of this worldstatic World.Environment
Returns the enum constant of this class with the specified name.static World.Environment[]
World.Environment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWorldCreator.environment(World.Environment env)
Sets the environment that will be used to create or load the world