Interface GenerationProperties.Mutable

All Superinterfaces:
GenerationProperties
Enclosing interface:
GenerationProperties

public static interface GenerationProperties.Mutable extends GenerationProperties
  • Method Details

    • setSurfaceBuilder

      GenerationProperties.Mutable setSurfaceBuilder(net.minecraft.world.level.levelgen.surfacebuilders.ConfiguredSurfaceBuilder<?> builder)
    • addFeature

      GenerationProperties.Mutable addFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?> feature)
    • addCarver

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

      GenerationProperties.Mutable addStructure(net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature<?,?> feature)
    • removeFeature

      GenerationProperties.Mutable removeFeature(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration, net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?> feature)
    • removeCarver

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

      GenerationProperties.Mutable removeStructure(net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature<?,?> feature)