Package | Description |
---|---|
net.minecraft.util.registry | |
net.minecraft.world.gen.feature.template |
Modifier and Type | Field and Description |
---|---|
static Registry<IRuleTestType> |
Registry.RULE_TEST |
Modifier and Type | Field and Description |
---|---|
static IRuleTestType |
IRuleTestType.ALWAYS_TRUE |
static IRuleTestType |
IRuleTestType.BLOCK_MATCH |
static IRuleTestType |
IRuleTestType.BLOCKSTATE_MATCH |
static IRuleTestType |
IRuleTestType.RANDOM_BLOCK_MATCH |
static IRuleTestType |
IRuleTestType.RANDOM_BLOCKSTATE_MATCH |
static IRuleTestType |
IRuleTestType.TAG_MATCH |
Modifier and Type | Method and Description |
---|---|
protected IRuleTestType |
TagMatchRuleTest.getType() |
protected abstract IRuleTestType |
RuleTest.getType() |
protected IRuleTestType |
RandomBlockMatchRuleTest.getType() |
protected IRuleTestType |
BlockStateMatchRuleTest.getType() |
protected IRuleTestType |
RandomBlockStateMatchRuleTest.getType() |
protected IRuleTestType |
AlwaysTrueRuleTest.getType() |
protected IRuleTestType |
BlockMatchRuleTest.getType() |
static IRuleTestType |
IRuleTestType.register(java.lang.String key,
IRuleTestType type) |
Modifier and Type | Method and Description |
---|---|
static IRuleTestType |
IRuleTestType.register(java.lang.String key,
IRuleTestType type) |