Interface ConfigurableChunkGenerator<T extends ChunkGeneratorConfig>
- Type Parameters:
T
- The type of configuration
- All Superinterfaces:
ChunkGenerator
A configurable
ChunkGenerator
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.world.generation.ChunkGenerator
ChunkGenerator.Factory
-
Method Summary
Methods inherited from interface org.spongepowered.api.world.generation.ChunkGenerator
biomeProvider
-
Method Details
-
config
T config()Returns the chunk generator configuration.- Returns:
- The chunk generator configuration
-