Interface ConfigurableChunkGenerator<T extends ChunkGeneratorConfig>
-
- All Superinterfaces:
ChunkGenerator
public interface ConfigurableChunkGenerator<T extends ChunkGeneratorConfig> extends ChunkGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.world.generation.ChunkGenerator
ChunkGenerator.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description T
config()
default StructureGenerationConfig
structureConfig()
-
Methods inherited from interface org.spongepowered.api.world.generation.ChunkGenerator
biomeProvider
-
-
-
-
Method Detail
-
config
T config()
-
structureConfig
default StructureGenerationConfig structureConfig()
- Specified by:
structureConfig
in interfaceChunkGenerator
-
-