Interface GenerationProperties
- All Known Subinterfaces:
GenerationProperties.Mutable
- All Known Implementing Classes:
BiomeHooks.GenerationSettingsWrapped
public interface GenerationProperties
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionIterable<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
-