Interface | Description |
---|---|
BiomeGenerator |
Manages the biome generation for an extent.
|
GeneratorPopulator |
A populator which acts directly on the
MutableBlockVolume during the
generation phase rather than the population phase. |
Populator |
After the initial terrain has been generated, the populators step in to add
trees, grass, flowers, ores, etc.
|
PopulatorFactory |
A factory for creating new populators for use in modifying WorldGenerators.
|
PopulatorObject |
Represents an object placed in the world during terrain population.
|
WorldGenerator |
Represents the world generator of a world.
|
WorldGeneratorModifier |
Custom world generation is done using this interface.
|
Class | Description |
---|---|
PopulatorObjects |
Methods for using a
PopulatorObject as a Populator . |