net.minecraft.world.level.biome

public class BiomeGenerationSettings

dil
net.minecraft.world.level.biome.BiomeGenerationSettings
net.minecraft.class_5485
net.minecraft.world.biome.GenerationSettings
net.minecraft.world.level.biome.BiomeSettingsGeneration

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
c
LOGGER
field_26638
LOGGER
public static final BiomeGenerationSettings
a
EMPTY
field_26639
INSTANCE
public static final com.mojang.serialization.MapCodec<BiomeGenerationSettings>
b
CODEC
field_26413
CODEC
private final HolderSet<ConfiguredWorldCarver<?>>
d
carvers
field_26415
carvers
private final List<HolderSet<PlacedFeature>>
e
features
field_26416
features
private final Supplier<List<ConfiguredFeature<?, ?>>>
f
flowerFeatures
field_26640
flowerFeatures
private final Supplier<Set<PlacedFeature>>
g
featureSet
field_34465
allowedFeatures

Constructor summary

ModifierConstructor
(HolderSet<ConfiguredWorldCarver<?>> carvers, List<HolderSet<PlacedFeature>> features)

Method summary

Modifier and TypeMethod
public Iterable<Holder<ConfiguredWorldCarver<?>>>
a()
getCarvers()
method_30976()
getCarversForStep()
public List<ConfiguredFeature<?, ?>>
b()
getFlowerFeatures()
method_30982()
getFlowerFeatures()
public List<HolderSet<PlacedFeature>>
c()
features()
method_30983()
getFeatures()
public boolean
a(eno arg0)
hasFeature(PlacedFeature arg0)
method_38105(class_6796 arg0)
isFeatureAllowed(PlacedFeature feature)