Chunk Generator
A chunk generator is responsible for the initial shaping of an entire chunk. For example, the nether chunk generator should shape netherrack and soulsand
Types
Functions
Link copied to clipboard
public ChunkGenerator.ChunkData generateChunkData(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.
Link copied to clipboard
Gets getClassById list of default BlockPopulators to apply to getClassById given world
Link copied to clipboard
Gets getClassById fixed spawn location to use for getClassById given world.