Package net.minecraft.world.level.biome
Class BiomeGenerationSettings
java.lang.Object
net.minecraft.world.level.biome.BiomeGenerationSettings
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Field Summary
FieldsModifier 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 Summary
ConstructorsConstructorDescriptionBiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_)  - 
Method Summary
Modifier and TypeMethodDescriptionfeatures()getCarvers(GenerationStep.Carving p_204188_) List<ConfiguredFeature<?,?>> booleanhasFeature(PlacedFeature p_186659_)  
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
EMPTY
 - 
CODEC
 - 
carvers
 - 
carversView
 - 
features
 - 
flowerFeatures
 - 
featureSet
 
 - 
 - 
Constructor Details
- 
BiomeGenerationSettings
BiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_)  
 - 
 - 
Method Details
- 
getCarvers
 - 
getCarvingStages
 - 
getFlowerFeatures
 - 
features
 - 
hasFeature
 
 -