@Deprecated public class SkylandsGrassPopulator extends Object implements GenerationPopulator
Constructor and Description |
---|
SkylandsGrassPopulator()
Deprecated.
Constructs a new grass populator for the Skylands.
|
Modifier and Type | Method and Description |
---|---|
void |
populate(World world,
MutableBlockVolume buffer,
ImmutableBiomeVolume biomes)
Deprecated.
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, ImmutableBiomeVolume biomes)
GenerationPopulator
MutableBlockVolume
either forming the base terrain
or performing modifications during the generation phase.populate
in interface GenerationPopulator
world
- The worldbuffer
- The buffer to apply the changes to. The buffer can be of
any size.biomes
- The biomes for generation