| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| Modifier and Type | Method and Description | 
|---|---|
| WorldCreator | WorldCreator. copy(World world)Copies the options from the specified world | 
| WorldCreator | WorldCreator. copy(WorldCreator creator)Copies the options from the specified  WorldCreator | 
| WorldCreator | WorldCreator. environment(World.Environment env)Sets the environment that will be used to create or load the world | 
| WorldCreator | WorldCreator. generateStructures(boolean generate)Sets whether or not worlds created or loaded with this creator will
 have structures. | 
| WorldCreator | WorldCreator. generator(ChunkGenerator generator)Sets the generator that will be used to create or load the world. | 
| 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. | 
| static WorldCreator | WorldCreator. name(String name)Creates a new  WorldCreatorfor the given world name | 
| WorldCreator | WorldCreator. seed(long seed)Sets the seed that will be used to create this world | 
| WorldCreator | WorldCreator. type(WorldType type)Sets the type of the world that will be created or loaded | 
| Modifier and Type | Method and Description | 
|---|---|
| WorldCreator | WorldCreator. copy(WorldCreator creator)Copies the options from the specified  WorldCreator | 
| World | Server. createWorld(WorldCreator creator)Creates or loads a world with the given name using the specified
 options. | 
| static World | Bukkit. createWorld(WorldCreator options) | 
Copyright © 2014. All rights reserved.