Class | Description |
---|---|
CustomChunkProviderGenerate |
Similar class to
ChunkProviderGenerate , but instead gets its blocks
from a custom chunk generator. |
CustomWorldChunkManager |
Implementation of
WorldChunkManager (bad name for the class that is
responsible for where the biomes appear) based on a BiomeGenerator . |
SpongeBiomeGenerator |
Simple wrapper for
WorldChunkManager that implements
BiomeGenerator . |
SpongeGeneratorPopulator |
Generator populator that wraps a Minecraft
IChunkProvider . |
SpongePopulatorType | |
SpongeWorldGenerator |
Implementation of
WorldGenerator . |
WorldGeneratorRegistry |
Class that handles the registry of world generators.
|