|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use World.Environment | |
---|---|
org.bukkit | More generalized classes in the API. |
Uses of World.Environment in org.bukkit |
---|
Methods in org.bukkit that return World.Environment | |
---|---|
World.Environment |
WorldCreator.environment()
Gets the environment that will be used to create or load the world |
World.Environment |
World.getEnvironment()
Gets the World.Environment type of this world |
static World.Environment |
World.Environment.getEnvironment(int id)
Get an environment by ID |
static World.Environment |
World.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're declared. |
Methods in org.bukkit with parameters of type World.Environment | |
---|---|
WorldCreator |
WorldCreator.environment(World.Environment env)
Sets the environment that will be used to create or load the world |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |