Uses of Class
org.bukkit.WorldCreator
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of WorldCreator in org.bukkit
Modifier and TypeMethodDescriptionWorldCreator.biomeProvider
(String biomeProvider) Sets the biome provider that will be used to create or load the world.WorldCreator.biomeProvider
(String biomeProvider, CommandSender output) Sets the biome provider that will be used to create or load the world.WorldCreator.biomeProvider
(BiomeProvider biomeProvider) Sets the biome provider that will be used to create or load the world.Copies the options from the specified worldWorldCreator.copy
(WorldCreator creator) Copies the options from the specifiedWorldCreator
WorldCreator.environment
(World.Environment env) Sets the environment that will be used to create or load the worldWorldCreator.generateStructures
(boolean generate) Sets whether or not worlds created or loaded with this creator will have structures.Sets the generator that will be used to create or load the world.WorldCreator.generator
(String generator, CommandSender output) Sets the generator that will be used to create or load the world.WorldCreator.generator
(ChunkGenerator generator) Sets the generator that will be used to create or load the world.WorldCreator.generatorSettings
(String generatorSettings) Sets the generator settings of the world that will be created or loaded.WorldCreator.hardcore
(boolean hardcore) Sets whether the world will be hardcore or not.WorldCreator.keepSpawnInMemory
(boolean keepSpawnInMemory) Sets whether the spawn chunks will be kept loaded.static WorldCreator
Creates a newWorldCreator
for the given world nameWorldCreator.seed
(long seed) Sets the seed that will be used to create this worldSets the type of the world that will be created or loadedModifier and TypeMethodDescriptionWorldCreator.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.Server.createWorld
(WorldCreator creator) Creates or loads a world with the given name using the specified options.