Uses of Class
org.bukkit.WorldCreator
| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
-
Uses of WorldCreator in org.bukkit
Methods in org.bukkit that return WorldCreator Modifier and Type Method Description WorldCreatorWorldCreator. copy(World world)Copies the options from the specified worldWorldCreatorWorldCreator. copy(WorldCreator creator)Copies the options from the specifiedWorldCreatorWorldCreatorWorldCreator. environment(World.Environment env)Sets the environment that will be used to create or load the worldWorldCreatorWorldCreator. generateStructures(boolean generate)Sets whether or not worlds created or loaded with this creator will have structures.WorldCreatorWorldCreator. generator(java.lang.String generator)Sets the generator that will be used to create or load the world.WorldCreatorWorldCreator. generator(java.lang.String generator, CommandSender output)Sets the generator that will be used to create or load the world.WorldCreatorWorldCreator. generator(ChunkGenerator generator)Sets the generator that will be used to create or load the world.WorldCreatorWorldCreator. generatorSettings(java.lang.String generatorSettings)Sets the generator settings of the world that will be created or loadedstatic WorldCreatorWorldCreator. name(java.lang.String name)Creates a newWorldCreatorfor the given world nameWorldCreatorWorldCreator. seed(long seed)Sets the seed that will be used to create this worldWorldCreatorWorldCreator. 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 WorldCreatorWorldCreator. copy(WorldCreator creator)Copies the options from the specifiedWorldCreatorstatic WorldBukkit. createWorld(WorldCreator creator)Creates or loads a world with the given name using the specified options.WorldServer. createWorld(WorldCreator creator)Creates or loads a world with the given name using the specified options.