Uses of Interface
net.minecraft.structure.rule.PosRuleTestType
Packages that use PosRuleTestType
-
Uses of PosRuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as PosRuleTestTypeModifier and TypeFieldDescriptionstatic PosRuleTestType<AlwaysTruePosRuleTest>PosRuleTestType.ALWAYS_TRUEPosRuleTestType.AXIS_ALIGNED_LINEAR_POSstatic PosRuleTestType<LinearPosRuleTest>PosRuleTestType.LINEAR_POSMethods in net.minecraft.structure.rule that return PosRuleTestTypeModifier and TypeMethodDescriptionprotected PosRuleTestType<?>AlwaysTruePosRuleTest.getType()protected PosRuleTestType<?>AxisAlignedLinearPosRuleTest.getType()protected PosRuleTestType<?>LinearPosRuleTest.getType()protected abstract PosRuleTestType<?>PosRuleTest.getType()static <P extends PosRuleTest>
PosRuleTestType<P> -
Uses of PosRuleTestType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type PosRuleTestTypeModifier and TypeFieldDescriptionstatic Registry<PosRuleTestType<?>>Registry.POS_RULE_TESTstatic RegistryKey<Registry<PosRuleTestType<?>>>Registry.POS_RULE_TEST_KEY