| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| World.Environment | WorldCreator. environment() | Gets the environment that will be used to create or load the world | 
| static World.Environment | World.Environment. getEnvironment(int id) | Deprecated.
 Magic value | 
| World.Environment | World. getEnvironment() | Gets the  World.Environmenttype of this world | 
| static World.Environment | World.Environment. valueOf(java.lang.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. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WorldCreator | WorldCreator. environment(World.Environment env) | Sets the environment that will be used to create or load the world | 
Copyright © 2018. All rights reserved.