Uses of Interface
net.minecraft.structure.rule.PosRuleTestType
| Package | Description |
|---|---|
| net.minecraft.structure.rule | |
| net.minecraft.util.registry |
-
Uses of PosRuleTestType in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as PosRuleTestType Modifier and Type Field Description static PosRuleTestType<AlwaysTruePosRuleTest>PosRuleTestType. ALWAYS_TRUEstatic PosRuleTestType<AxisAlignedLinearPosRuleTest>PosRuleTestType. AXIS_ALIGNED_LINEAR_POSstatic PosRuleTestType<LinearPosRuleTest>PosRuleTestType. LINEAR_POSMethods in net.minecraft.structure.rule that return PosRuleTestType Modifier and Type Method Description protected PosRuleTestType<?>AlwaysTruePosRuleTest. getType()protected PosRuleTestType<?>AxisAlignedLinearPosRuleTest. getType()protected PosRuleTestType<?>LinearPosRuleTest. getType()protected abstract PosRuleTestType<?>PosRuleTest. getType()static <P extends PosRuleTest>
PosRuleTestType<P>PosRuleTestType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of PosRuleTestType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type PosRuleTestType Modifier and Type Field Description static Registry<PosRuleTestType<?>>Registry. POS_RULE_TESTstatic RegistryKey<Registry<PosRuleTestType<?>>>Registry. POS_RULE_TEST_KEY