Package net.minecraft.world.level.biome
Class BiomeGenerationSettings
java.lang.Object
net.minecraft.world.level.biome.BiomeGenerationSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HolderSet
<ConfiguredWorldCarver<?>> static final com.mojang.serialization.MapCodec
<BiomeGenerationSettings> static final BiomeGenerationSettings
private 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<?>> p_364950_, List<HolderSet<PlacedFeature>> p_186651_) -
Method Summary
Modifier and TypeMethodDescriptionfeatures()
List
<ConfiguredFeature<?, ?>> boolean
hasFeature
(PlacedFeature p_186659_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
EMPTY
-
CODEC
-
carvers
-
features
-
flowerFeatures
-
featureSet
-
-
Constructor Details
-
BiomeGenerationSettings
public BiomeGenerationSettings(HolderSet<ConfiguredWorldCarver<?>> p_364950_, List<HolderSet<PlacedFeature>> p_186651_)
-
-
Method Details
-
getCarvers
-
getFlowerFeatures
-
features
-
hasFeature
-