Package net.minecraft.world.level.biome
Class BiomeGenerationSettings
java.lang.Object
net.minecraft.world.level.biome.BiomeGenerationSettings
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving,HolderSet<ConfiguredWorldCarver<?>>> private final Set<GenerationStep.Carving>static final com.mojang.serialization.MapCodec<BiomeGenerationSettings>static final BiomeGenerationSettingsprivate final List<HolderSet<PlacedFeature>>private final Supplier<Set<PlacedFeature>>private final Supplier<List<ConfiguredFeature<?,?>>> private static final org.slf4j.Logger
- 
Constructor SummaryConstructorsConstructorDescriptionBiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) 
- 
Method SummaryModifier and TypeMethodDescriptionfeatures()getCarvers(GenerationStep.Carving p_204188_) List<ConfiguredFeature<?,?>> booleanhasFeature(PlacedFeature p_186659_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
EMPTY
- 
CODEC
- 
carvers
- 
carversView
- 
features
- 
flowerFeatures
- 
featureSet
 
- 
- 
Constructor Details- 
BiomeGenerationSettingsBiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) 
 
- 
- 
Method Details- 
getCarvers
- 
getCarvingStages
- 
getFlowerFeatures
- 
features
- 
hasFeature
 
-