| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ChunkGenerator | WorldCreator. generator() | Gets the generator that will be used to create or load the world. | 
| ChunkGenerator | World. getGenerator() | Gets the chunk generator for this world | 
| static ChunkGenerator | WorldCreator. getGeneratorForName(java.lang.String world,
                   java.lang.String name,
                   CommandSender output) | Attempts to get the  ChunkGeneratorwith the given name. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WorldCreator | WorldCreator. generator(ChunkGenerator generator) | Sets the generator that will be used to create or load the world. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ChunkGenerator | Plugin. getDefaultWorldGenerator(java.lang.String worldName,
                        java.lang.String id) | Gets a  ChunkGeneratorfor use in a default world, as specified
 in the server configuration | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ChunkGenerator | JavaPlugin. getDefaultWorldGenerator(java.lang.String worldName,
                        java.lang.String id) | 
Copyright © 2018. All rights reserved.