Uses of Class
net.minecraft.world.gen.feature.RandomBooleanFeatureConfig
Packages that use RandomBooleanFeatureConfig
-
Uses of RandomBooleanFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RandomBooleanFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomBooleanFeatureConfig>
RandomBooleanFeatureConfig.CODEC
static Feature<RandomBooleanFeatureConfig>
Feature.RANDOM_BOOLEAN_SELECTOR
Method parameters in net.minecraft.world.gen.feature with type arguments of type RandomBooleanFeatureConfigModifier and TypeMethodDescriptionboolean
RandomBooleanFeature.generate(FeatureContext<RandomBooleanFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomBooleanFeatureConfigModifierConstructorDescriptionRandomBooleanFeature(com.mojang.serialization.Codec<RandomBooleanFeatureConfig> configCodec)