Interface GenerationProperties

All Known Subinterfaces:
GenerationProperties.Mutable
All Known Implementing Classes:
BiomeHooks.GenerationSettingsWrapped

public interface GenerationProperties
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<Supplier<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>>
    getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
     
    List<List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>>>
     
    List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>>
    getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
     
    List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature<?,?>>>
     
    Optional<Supplier<net.minecraft.world.level.levelgen.surfacebuilders.ConfiguredSurfaceBuilder<?>>>
     
  • Method Details

    • getSurfaceBuilder

      Optional<Supplier<net.minecraft.world.level.levelgen.surfacebuilders.ConfiguredSurfaceBuilder<?>>> getSurfaceBuilder()
    • getCarvers

      List<Supplier<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>> getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
    • getFeatures

      List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>> getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
    • getFeatures

      List<List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>>> getFeatures()
    • getStructureStarts

      List<Supplier<net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature<?,?>>> getStructureStarts()