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
    Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>>
    getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
     
    List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>>
     
    Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>
    getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
     
  • Method Details

    • getCarvers

      Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>> getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
    • getFeatures

      Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>> getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
    • getFeatures

      List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>> getFeatures()