Interface ChunkGeneratorSettingsProvider


public interface ChunkGeneratorSettingsProvider
Allows chunk generators other than noise chunk generators to provide custom chunk generator settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.level.levelgen.NoiseGeneratorSettings
     
  • Method Details

    • getSettings

      @Nullable @Nullable net.minecraft.world.level.levelgen.NoiseGeneratorSettings getSettings()