Uses of Interface
net.minecraft.structure.rule.PosRuleTestType
-
Uses of PosRuleTestType in net.minecraft.registry
Modifier 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
Modifier and TypeFieldDescriptionstatic final PosRuleTestType<AlwaysTruePosRuleTest>
PosRuleTestType.ALWAYS_TRUE
static final PosRuleTestType<AxisAlignedLinearPosRuleTest>
PosRuleTestType.AXIS_ALIGNED_LINEAR_POS
static final PosRuleTestType<LinearPosRuleTest>
PosRuleTestType.LINEAR_POS
Modifier and TypeMethodDescriptionprotected PosRuleTestType<?>
AlwaysTruePosRuleTest.getType()
protected PosRuleTestType<?>
AxisAlignedLinearPosRuleTest.getType()
protected PosRuleTestType<?>
LinearPosRuleTest.getType()
protected abstract PosRuleTestType<?>
PosRuleTest.getType()
static <P extends PosRuleTest>
PosRuleTestType<P>