public static interface ChunkGenerator.BiomeGrid
Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().
Biome
getBiome(int x, int z)
void
setBiome(int x, int z, Biome bio)
Biome getBiome(int x, int z)
x
z
void setBiome(int x, int z, Biome bio)
bio
Copyright © 2016. All rights reserved.