Interface IPosRuleTests<P extends PosRuleTest>
public interface IPosRuleTests<P extends PosRuleTest>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IPosRuleTests<AlwaysTrueTest>
static final IPosRuleTests<AxisAlignedLinearPosTest>
static final IPosRuleTests<LinearPosTest>
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>
codec()
static <P extends PosRuleTest>
IPosRuleTests<P>
-
Field Details
-
ALWAYS_TRUE_TEST
-
LINEAR_POS_TEST
-
AXIS_ALIGNED_LINEAR_POS_TEST
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
static <P extends PosRuleTest> IPosRuleTests<P> register(String p_237107_0_, com.mojang.serialization.Codec<P> p_237107_1_)
-