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