public interface GenerationPopulator
MutableBlockVolume
during the
generation phase rather than the population phase.
Unlike a normal Populator
, a GenerationPopulator
is
restricted to the chunk that is currently being generated.
Modifier and Type | Method and Description |
---|---|
void |
populate(World world,
MutableBlockVolume buffer,
ImmutableBiomeVolume biomes)
Operates on a
MutableBlockVolume either forming the base terrain
or performing modifications during the generation phase. |
void populate(World world, MutableBlockVolume buffer, ImmutableBiomeVolume biomes)
MutableBlockVolume
either forming the base terrain
or performing modifications during the generation phase.world
- The worldbuffer
- The buffer to apply the changes to. The buffer can be of
any size.biomes
- The biomes for generation