| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static WorldType | WorldType. getByName(java.lang.String name) | Gets a Worldtype by its name | 
| WorldType | World. getWorldType() | Gets the type of this world. | 
| WorldType | WorldCreator. type() | Gets the type of the world that will be created or loaded | 
| static WorldType | WorldType. valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static WorldType[] | WorldType. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WorldCreator | WorldCreator. type(WorldType type) | Sets the type of the world that will be created or loaded | 
Copyright © 2018. All rights reserved.