Uses of Class
net.minecraft.world.gen.feature.template.PosRuleTest
-
Packages that use PosRuleTest Package Description net.minecraft.world.gen.feature.template -
-
Uses of PosRuleTest in net.minecraft.world.gen.feature.template
Classes in net.minecraft.world.gen.feature.template with type parameters of type PosRuleTest Modifier and Type Interface Description interfaceIPosRuleTests<P extends PosRuleTest>Subclasses of PosRuleTest in net.minecraft.world.gen.feature.template Modifier and Type Class Description classAlwaysTrueTestclassAxisAlignedLinearPosTestclassLinearPosTestFields in net.minecraft.world.gen.feature.template declared as PosRuleTest Modifier and Type Field Description private PosRuleTestRuleEntry. posPredicateFields in net.minecraft.world.gen.feature.template with type parameters of type PosRuleTest Modifier and Type Field Description static com.mojang.serialization.Codec<PosRuleTest>PosRuleTest. CODECMethods in net.minecraft.world.gen.feature.template with type parameters of type PosRuleTest Modifier and Type Method Description static <P extends PosRuleTest>
IPosRuleTests<P>IPosRuleTests. register(java.lang.String p_237107_0_, com.mojang.serialization.Codec<P> p_237107_1_)Constructors in net.minecraft.world.gen.feature.template with parameters of type PosRuleTest Constructor Description RuleEntry(RuleTest p_i232117_1_, RuleTest p_i232117_2_, PosRuleTest p_i232117_3_, BlockState p_i232117_4_)RuleEntry(RuleTest p_i232118_1_, RuleTest p_i232118_2_, PosRuleTest p_i232118_3_, BlockState p_i232118_4_, java.util.Optional<CompoundNBT> p_i232118_5_)
-