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 HolderSet<ConfiguredWorldCarver<?>> 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(HolderSet<ConfiguredWorldCarver<?>> pCarvers, List<HolderSet<PlacedFeature>> pFeatures) -
Method Summary
Modifier and TypeMethodDescriptionfeatures()List<ConfiguredFeature<?, ?>> booleanhasFeature(PlacedFeature pFeature)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
EMPTY
-
CODEC
-
carvers
-
features
-
flowerFeatures
-
featureSet
-
-
Constructor Details
-
BiomeGenerationSettings
public BiomeGenerationSettings(HolderSet<ConfiguredWorldCarver<?>> pCarvers, List<HolderSet<PlacedFeature>> pFeatures)
-
-
Method Details
-
getCarvers
-
getFlowerFeatures
-
features
-
hasFeature
-