net.minecraft.world.biome

public class GenerationSettings

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

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
LOGGER
field_26638
LOGGER
public static final GenerationSettings
EMPTY
EMPTY
field_26639
INSTANCE
public static final com.mojang.serialization.MapCodec<GenerationSettings>
CODEC
CODEC
field_26413
CODEC
private final RegistryEntryList<ConfiguredCarver<?>>
carvers
carvers
field_26415
carvers
private final List<RegistryEntryList<PlacedFeature>>
features
features
field_26416
features
private final Supplier<List<ConfiguredFeature<?, ?>>>
boneMealFeatures
boneMealFeatures
field_26640
flowerFeatures
private final Supplier<Set<PlacedFeature>>
featureSet
featureSet
field_34465
allowedFeatures

Constructor summary

ModifierConstructor
private (RegistryEntryList<ConfiguredCarver<?>> carvers, List<RegistryEntryList<PlacedFeature>> features)

Method summary

Modifier and TypeMethod
public Iterable<RegistryEntry<ConfiguredCarver<?>>>
getCarvers()
getCarvers()
method_30976()
getCarversForStep()
public List<ConfiguredFeature<?, ?>>
getBoneMealFeatures()
getBoneMealFeatures()
method_30982()
getFlowerFeatures()
public List<RegistryEntryList<PlacedFeature>>
features()
features()
method_30983()
getFeatures()
public boolean
hasFeature(PlacedFeature feature)
hasFeature(PlacedFeature feature)
method_38105(class_6796 arg0)
isFeatureAllowed(PlacedFeature feature)