public interface BiomeGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generateBiomes(MutableBiomeVolume buffer)
Generates the biomes for the whole buffer using only biomes from the
given array of available biomes.
|
void generateBiomes(MutableBiomeVolume buffer)
The biome generator can be called multiple times for the same position. The biome generator should, for any position/world seed combination, always return the same biome.
buffer - The buffer to generate the biomes into.