public interface IRuleTestType extends IDynamicDeserializer<RuleTest>
Modifier and Type | Field and Description |
---|---|
static IRuleTestType |
ALWAYS_TRUE |
static IRuleTestType |
BLOCK_MATCH |
static IRuleTestType |
BLOCKSTATE_MATCH |
static IRuleTestType |
RANDOM_BLOCK_MATCH |
static IRuleTestType |
RANDOM_BLOCKSTATE_MATCH |
static IRuleTestType |
TAG_MATCH |
field_214908_a
Modifier and Type | Method and Description |
---|---|
static IRuleTestType |
register(java.lang.String key,
IRuleTestType type) |
deserialize, func_214907_a
static final IRuleTestType ALWAYS_TRUE
static final IRuleTestType BLOCK_MATCH
static final IRuleTestType BLOCKSTATE_MATCH
static final IRuleTestType TAG_MATCH
static final IRuleTestType RANDOM_BLOCK_MATCH
static final IRuleTestType RANDOM_BLOCKSTATE_MATCH
static IRuleTestType register(java.lang.String key, IRuleTestType type)