Interface GenerationProperties.Mutable

All Superinterfaces:
GenerationProperties
Enclosing interface:
GenerationProperties

public static interface GenerationProperties.Mutable extends GenerationProperties
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.architectury.hooks.level.biome.GenerationProperties

    GenerationProperties.Mutable
  • Method Summary

    Modifier and Type
    Method
    Description
    addCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)
     
    addCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)
     
    addFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
     
    addFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
     
    removeCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)
     
    removeFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
     

    Methods inherited from interface dev.architectury.hooks.level.biome.GenerationProperties

    getCarvers, getFeatures, getFeatures
  • Method Details

    • addFeature

      GenerationProperties.Mutable addFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
    • addFeature

      @Experimental GenerationProperties.Mutable addFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
    • addCarver

      GenerationProperties.Mutable addCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)
    • addCarver

      @Experimental GenerationProperties.Mutable addCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)
    • removeFeature

      GenerationProperties.Mutable removeFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> feature)
    • removeCarver

      GenerationProperties.Mutable removeCarver(net.minecraft.world.level.levelgen.GenerationStep.Carving carving, net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>> feature)