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_TEST
static 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_TRUE
static final PosRuleTestType
<AxisAlignedLinearPosRuleTest> PosRuleTestType.AXIS_ALIGNED_LINEAR_POS
static final PosRuleTestType
<LinearPosRuleTest> PosRuleTestType.LINEAR_POS
Methods 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>