public abstract class RuleTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<RuleTest> |
field_25012 |
| Constructor and Description |
|---|
RuleTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RuleTestType<?> |
getType() |
abstract boolean |
test(BlockState state,
Random random) |
public static final com.mojang.serialization.Codec<RuleTest> field_25012
public abstract boolean test(BlockState state, Random random)
protected abstract RuleTestType<?> getType()