Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomBooleanFeatureConfiguration
Package
Description
-
Uses of RandomBooleanFeatureConfiguration in net.minecraft.data.worldgen.features
Modifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,
?>> CaveFeatures.LUSH_CAVES_CLAY
static final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,
?>> VegetationFeatures.MUSHROOM_ISLAND_VEGETATION
-
Uses of RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<RandomBooleanFeatureConfiguration>
Feature.RANDOM_BOOLEAN_SELECTOR
Modifier and TypeMethodDescriptionboolean
RandomBooleanSelectorFeature.place
(FeaturePlaceContext<RandomBooleanFeatureConfiguration> p_160208_) ModifierConstructorDescriptionRandomBooleanSelectorFeature
(com.mojang.serialization.Codec<RandomBooleanFeatureConfiguration> p_66591_) -
Uses of RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomBooleanFeatureConfiguration>
RandomBooleanFeatureConfiguration.CODEC