Interface IRuleTestType<P extends RuleTest>
public interface IRuleTestType<P extends RuleTest>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRuleTestType<AlwaysTrueRuleTest>
static final IRuleTestType<BlockMatchRuleTest>
static final IRuleTestType<BlockStateMatchRuleTest>
static final IRuleTestType<RandomBlockMatchRuleTest>
static final IRuleTestType<RandomBlockStateMatchRuleTest>
static final IRuleTestType<TagMatchRuleTest>
-
Method Summary
-
Field Details
-
ALWAYS_TRUE_TEST
-
BLOCK_TEST
-
BLOCKSTATE_TEST
-
TAG_TEST
-
RANDOM_BLOCK_TEST
-
RANDOM_BLOCKSTATE_TEST
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
static <P extends RuleTest> IRuleTestType<P> register(String p_237129_0_, com.mojang.serialization.Codec<P> p_237129_1_)
-