Class LinearPosTest
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.PosRuleTest
net.minecraft.world.level.levelgen.structure.templatesystem.LinearPosTest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PosRuleTestType<?>
getType()
boolean
test
(BlockPos p_230296_, BlockPos p_230297_, BlockPos p_230298_, RandomSource p_230299_)
-
Field Details
-
CODEC
-
minChance
private final float minChance -
maxChance
private final float maxChance -
minDist
private final int minDist -
maxDist
private final int maxDist
-
-
Constructor Details
-
LinearPosTest
public LinearPosTest(float p_74154_, float p_74155_, int p_74156_, int p_74157_)
-
-
Method Details
-
test
public boolean test(BlockPos p_230296_, BlockPos p_230297_, BlockPos p_230298_, RandomSource p_230299_) - Specified by:
test
in classPosRuleTest
-
getType
- Specified by:
getType
in classPosRuleTest
-