Uses of Interface
net.minecraft.structure.rule.PosRuleTestType
Packages that use PosRuleTestType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of PosRuleTestType in net.minecraft
Fields in net.minecraft with type parameters of type PosRuleTestTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<PosRuleTestType<?>>>class_7924.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> -
Uses of PosRuleTestType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type PosRuleTestTypeModifier and TypeFieldDescriptionstatic final Registry<PosRuleTestType<?>>Registries.POS_RULE_TEST