| Package | Description | 
|---|---|
| org.bukkit | 
 More generalized classes in the API. 
 | 
| org.bukkit.generator | 
 Classes to facilitate  
world generation
 implementation. | 
| Modifier and Type | Method | Description | 
|---|---|---|
static ChunkGenerator.ChunkData | 
Bukkit.createChunkData(World world) | 
 Create a ChunkData for use in a generator. 
 | 
ChunkGenerator.ChunkData | 
Server.createChunkData(World world) | 
 Create a ChunkData for use in a generator. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
protected ChunkGenerator.ChunkData | 
ChunkGenerator.createChunkData(World world) | 
 Create a ChunkData for a world. 
 | 
ChunkGenerator.ChunkData | 
ChunkGenerator.generateChunkData(World world,
                 Random random,
                 int x,
                 int z,
                 ChunkGenerator.BiomeGrid biome) | 
 Shapes the chunk for the given coordinates. 
 | 
Copyright © 2020. All rights reserved.