public static interface ChunkGenerator.BiomeGrid
Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().
Modifier and Type | Method and Description |
---|---|
Biome |
getBiome(int x,
int z)
Get biome at x, z within chunk being generated
|
void |
setBiome(int x,
int z,
Biome bio)
Set biome at x, z within chunk being generated
|
Biome getBiome(int x, int z)
x
- - 0-15z
- - 0-15void setBiome(int x, int z, Biome bio)
x
- - 0-15z
- - 0-15bio
- - Biome valueCopyright © 2021. All rights reserved.