Uses of Class
org.bukkit.WorldCreator
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
-
Uses of WorldCreator in org.bukkit
Methods in org.bukkit that return WorldCreator Modifier and Type Method Description WorldCreator
WorldCreator. copy(World world)
Copies the options from the specified worldWorldCreator
WorldCreator. copy(WorldCreator creator)
Copies the options from the specifiedWorldCreator
WorldCreator
WorldCreator. environment(World.Environment env)
Sets the environment that will be used to create or load the worldWorldCreator
WorldCreator. generateStructures(boolean generate)
Sets whether or not worlds created or loaded with this creator will have structures.WorldCreator
WorldCreator. generator(String generator)
Sets the generator that will be used to create or load the world.WorldCreator
WorldCreator. generator(String generator, CommandSender output)
Sets the generator that will be used to create or load the world.WorldCreator
WorldCreator. generator(ChunkGenerator generator)
Sets the generator that will be used to create or load the world.WorldCreator
WorldCreator. generatorSettings(String generatorSettings)
Sets the generator settings of the world that will be created or loaded.WorldCreator
WorldCreator. hardcore(boolean hardcore)
Sets whether the world will be hardcore or not.static WorldCreator
WorldCreator. name(String name)
Creates a newWorldCreator
for the given world nameWorldCreator
WorldCreator. seed(long seed)
Sets the seed that will be used to create this worldWorldCreator
WorldCreator. type(WorldType type)
Sets the type of the world that will be created or loadedMethods in org.bukkit with parameters of type WorldCreator Modifier and Type Method Description WorldCreator
WorldCreator. copy(WorldCreator creator)
Copies the options from the specifiedWorldCreator
static World
Bukkit. createWorld(WorldCreator creator)
Creates or loads a world with the given name using the specified options.World
Server. createWorld(WorldCreator creator)
Creates or loads a world with the given name using the specified options.