Class PosRuleTest
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.PosRuleTest
- Direct Known Subclasses:
AxisAlignedLinearPosTest
,LinearPosTest
,PosAlwaysTrueTest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PosRuleTestType<?>
getType()
abstract boolean
test
(BlockPos p_230305_, BlockPos p_230306_, BlockPos p_230307_, RandomSource p_230308_)
-
Field Details
-
CODEC
-
-
Constructor Details
-
PosRuleTest
public PosRuleTest()
-
-
Method Details
-
test
public abstract boolean test(BlockPos p_230305_, BlockPos p_230306_, BlockPos p_230307_, RandomSource p_230308_) -
getType
-