Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomBooleanFeatureConfiguration
Packages that use RandomBooleanFeatureConfiguration
Package
Description
-
Uses of RandomBooleanFeatureConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type RandomBooleanFeatureConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,?>> CaveFeatures.LUSH_CAVES_CLAYstatic final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,?>> VegetationFeatures.MUSHROOM_ISLAND_VEGETATION -
Uses of RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RandomBooleanFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<RandomBooleanFeatureConfiguration>Feature.RANDOM_BOOLEAN_SELECTORMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomBooleanFeatureConfigurationModifier and TypeMethodDescriptionbooleanRandomBooleanSelectorFeature.place(FeaturePlaceContext<RandomBooleanFeatureConfiguration> p_160208_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomBooleanFeatureConfigurationModifierConstructorDescriptionRandomBooleanSelectorFeature(com.mojang.serialization.Codec<RandomBooleanFeatureConfiguration> p_66591_) -
Uses of RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RandomBooleanFeatureConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomBooleanFeatureConfiguration>RandomBooleanFeatureConfiguration.CODEC