Uses of Interface
net.minecraft.structure.rule.PosRuleTestType
Packages that use PosRuleTestType
-
Uses of PosRuleTestType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type PosRuleTestTypeModifier and TypeFieldDescriptionstatic final Registry<PosRuleTestType<?>>Registries.POS_RULE_TESTstatic final RegistryKey<Registry<PosRuleTestType<?>>>RegistryKeys.POS_RULE_TEST -
Uses of PosRuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as PosRuleTestTypeModifier and TypeFieldDescriptionstatic final PosRuleTestType<AlwaysTruePosRuleTest>PosRuleTestType.ALWAYS_TRUEstatic final PosRuleTestType<AxisAlignedLinearPosRuleTest>PosRuleTestType.AXIS_ALIGNED_LINEAR_POSstatic final 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>