public class SkylandsBiomeGenerator extends Object implements BiomeGenerator
Constructor and Description |
---|
SkylandsBiomeGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generateBiomes(MutableBiomeArea buffer)
Generates the biomes for the whole buffer using only biomes from the
given array of available biomes.
|
public void generateBiomes(MutableBiomeArea buffer)
BiomeGenerator
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.
generateBiomes
in interface BiomeGenerator
buffer
- The buffer to generate the biomes into.