Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomBooleanFeatureConfiguration
Packages that use RandomBooleanFeatureConfiguration
Package
Description
-
Uses of RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type RandomBooleanFeatureConfiguration in net.minecraft.world.level.levelgen.featureFields 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> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomBooleanFeatureConfigurationModifierConstructorDescriptionRandomBooleanSelectorFeature(com.mojang.serialization.Codec<RandomBooleanFeatureConfiguration> codec) -
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