Uses of Class
org.bukkit.World.Environment
-
Packages that use World.Environment Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of World.Environment in org.bukkit
Methods in org.bukkit that return World.Environment Modifier and Type Method Description World.EnvironmentWorldCreator. environment()Gets the environment that will be used to create or load the worldstatic @Nullable World.EnvironmentWorld.Environment. getEnvironment(int id)Deprecated.Magic value@NotNull World.EnvironmentWorld. getEnvironment()Gets theWorld.Environmenttype of this worldstatic World.EnvironmentWorld.Environment. valueOf(String name)Returns the enum constant of this type with the specified name.static World.Environment[]World.Environment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit with parameters of type World.Environment Modifier and Type Method Description @NotNull WorldCreatorWorldCreator. environment(World.Environment env)Sets the environment that will be used to create or load the world
-