Package net.minecraft.world.gen.feature
Class RandomBooleanFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.RandomBooleanFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class RandomBooleanFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<RandomBooleanFeatureConfig>CODECConfiguredFeature<?,?>featureFalseConfiguredFeature<?,?>featureTrue -
Constructor Summary
Constructors Constructor Description RandomBooleanFeatureConfig(ConfiguredFeature<?,?> featureTrue, ConfiguredFeature<?,?> featureFalse) -
Method Summary
-
Field Details
-
Constructor Details
-
RandomBooleanFeatureConfig
public RandomBooleanFeatureConfig(ConfiguredFeature<?,?> featureTrue, ConfiguredFeature<?,?> featureFalse)
-