Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
Modifier and Type | Method and Description |
---|---|
ChunkGenerator.ChunkData |
Server.createChunkData(World world)
Create a ChunkData for use in a generator.
|
static ChunkGenerator.ChunkData |
Bukkit.createChunkData(World world)
Create a ChunkData for use in a generator.
|
Modifier and Type | Method and Description |
---|---|
protected ChunkGenerator.ChunkData |
ChunkGenerator.createChunkData(World world)
Deprecated.
ChunkGenerator.ChunkData are now directly provided |
ChunkGenerator.ChunkData |
ChunkGenerator.generateChunkData(World world,
Random random,
int x,
int z,
ChunkGenerator.BiomeGrid biome)
Deprecated.
The generation is now split up
|
Modifier and Type | Method and Description |
---|---|
void |
ChunkGenerator.generateBedrock(WorldInfo worldInfo,
Random random,
int x,
int z,
ChunkGenerator.ChunkData chunkData)
Shapes the Chunk bedrock layer for the given coordinates.
|
void |
ChunkGenerator.generateCaves(WorldInfo worldInfo,
Random random,
int x,
int z,
ChunkGenerator.ChunkData chunkData)
Shapes the Chunk caves for the given coordinates.
|
void |
ChunkGenerator.generateNoise(WorldInfo worldInfo,
Random random,
int x,
int z,
ChunkGenerator.ChunkData chunkData)
Shapes the Chunk noise for the given coordinates.
|
void |
ChunkGenerator.generateSurface(WorldInfo worldInfo,
Random random,
int x,
int z,
ChunkGenerator.ChunkData chunkData)
Shapes the Chunk surface for the given coordinates.
|
Copyright © 2022. All rights reserved.