Uses of Class
net.minecraft.world.gen.feature.TwoFeatureChoiceConfig
-
Packages that use TwoFeatureChoiceConfig Package Description net.minecraft.world.gen.feature -
-
Uses of TwoFeatureChoiceConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type TwoFeatureChoiceConfig Modifier and Type Field Description static com.mojang.serialization.Codec<TwoFeatureChoiceConfig>
TwoFeatureChoiceConfig. CODEC
static Feature<TwoFeatureChoiceConfig>
Feature. RANDOM_BOOLEAN_SELECTOR
Methods in net.minecraft.world.gen.feature with parameters of type TwoFeatureChoiceConfig Modifier and Type Method Description boolean
TwoFeatureChoiceFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, TwoFeatureChoiceConfig p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type TwoFeatureChoiceConfig Constructor Description TwoFeatureChoiceFeature(com.mojang.serialization.Codec<TwoFeatureChoiceConfig> p_i231978_1_)
-