@Deprecated public class SkylandsBiomeGenerator extends Object implements BiomeGenerator
Constructor and Description |
---|
SkylandsBiomeGenerator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
generateBiomes(MutableBiomeVolume buffer)
Deprecated.
Generates the biomes for the whole buffer using only biomes from the
given array of available biomes.
|
public void generateBiomes(MutableBiomeVolume 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.