Interface ChunkGenerator.BiomeGrid

Enclosing class:
ChunkGenerator

@Deprecated public static interface ChunkGenerator.BiomeGrid
Deprecated.
Biomes are now set with BiomeProvider
Interface to biome section for chunk to be generated: initialized with default values for world type and seed.

Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().