Uses of Class
org.bukkit.WorldType
-
Packages that use WorldType Package Description org.bukkit More generalized classes in the API. -
-
Uses of WorldType in org.bukkit
Methods in org.bukkit that return WorldType Modifier and Type Method Description static WorldType
WorldType. getByName(String name)
Gets a WorldType by its nameWorldType
World. getWorldType()
Gets the type of this world.WorldType
WorldCreator. type()
Gets the type of the world that will be created or loadedstatic WorldType
WorldType. valueOf(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.Methods in org.bukkit with parameters of type WorldType Modifier and Type Method Description WorldCreator
WorldCreator. type(WorldType type)
Sets the type of the world that will be created or loaded
-