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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.spongepowered.api.world.generation.ChunkGenerator

    biomeProvider
  • Method Details

    • config

      T config()