Interface IPosRuleTests<P extends PosRuleTest>
-
public interface IPosRuleTests<P extends PosRuleTest>
-
-
Field Summary
Fields Modifier and Type Field Description static IPosRuleTests<AlwaysTrueTest>
ALWAYS_TRUE_TEST
static IPosRuleTests<AxisAlignedLinearPosTest>
AXIS_ALIGNED_LINEAR_POS_TEST
static IPosRuleTests<LinearPosTest>
LINEAR_POS_TEST
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.mojang.serialization.Codec<P>
codec()
static <P extends PosRuleTest>
IPosRuleTests<P>register(java.lang.String p_237107_0_, com.mojang.serialization.Codec<P> p_237107_1_)
-
-
-
Field Detail
-
ALWAYS_TRUE_TEST
static final IPosRuleTests<AlwaysTrueTest> ALWAYS_TRUE_TEST
-
LINEAR_POS_TEST
static final IPosRuleTests<LinearPosTest> LINEAR_POS_TEST
-
AXIS_ALIGNED_LINEAR_POS_TEST
static final IPosRuleTests<AxisAlignedLinearPosTest> AXIS_ALIGNED_LINEAR_POS_TEST
-
-
Method Detail
-
codec
com.mojang.serialization.Codec<P> codec()
-
register
static <P extends PosRuleTest> IPosRuleTests<P> register(java.lang.String p_237107_0_, com.mojang.serialization.Codec<P> p_237107_1_)
-
-