public abstract class PosRuleTest extends Object
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<PosRuleTest> |
field_25007 |
Constructor and Description |
---|
PosRuleTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract PosRuleTestType<?> |
getType() |
abstract boolean |
test(BlockPos blockPos,
BlockPos blockPos2,
BlockPos blockPos3,
Random random) |
public static final com.mojang.serialization.Codec<PosRuleTest> field_25007
public abstract boolean test(BlockPos blockPos, BlockPos blockPos2, BlockPos blockPos3, Random random)
protected abstract PosRuleTestType<?> getType()