public class SkylandsGrassPopulator extends Object implements GeneratorPopulator
Constructor and Description |
---|
SkylandsGrassPopulator()
Constructs a new grass populator for the Skylands.
|
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 SkylandsGrassPopulator()
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