public class SkylandsGroundCoverPopulator extends Object implements GeneratorPopulator
Constructor and Description |
---|
SkylandsGroundCoverPopulator() |
Modifier and Type | Method and Description |
---|---|
void |
populate(World world,
MutableBlockVolume buffer,
ImmutableBiomeArea biomes)
Operates on a
MutableBlockVolume either forming the base terrain
or performing modifications during the generation phase. |
public void populate(World world, MutableBlockVolume buffer, ImmutableBiomeArea biomes)
GeneratorPopulator
MutableBlockVolume
either forming the base terrain
or performing modifications during the generation phase.populate
in interface GeneratorPopulator
world
- The worldbuffer
- The buffer to apply the changes to. The buffer can be of
any size.biomes
- The biomes for generation