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