public class AlwaysTruePosRuleTest extends PosRuleTest
| Modifier and Type | Field and Description |
|---|---|
static AlwaysTruePosRuleTest |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
AlwaysTruePosRuleTest() |
| Modifier and Type | Method and Description |
|---|---|
protected PosRuleTestType |
getType() |
protected <T> com.mojang.datafixers.Dynamic<T> |
serializeContents(com.mojang.datafixers.types.DynamicOps<T> ops) |
boolean |
test(BlockPos blockPos,
BlockPos blockPos2,
BlockPos blockPos3,
Random random) |
serializepublic static final AlwaysTruePosRuleTest INSTANCE
public boolean test(BlockPos blockPos, BlockPos blockPos2, BlockPos blockPos3, Random random)
test in class PosRuleTestprotected PosRuleTestType getType()
getType in class PosRuleTestprotected <T> com.mojang.datafixers.Dynamic<T> serializeContents(com.mojang.datafixers.types.DynamicOps<T> ops)
serializeContents in class PosRuleTest