Interface CubeDetector.BlockPosAction
- Enclosing class:
- CubeDetector
protected static interface CubeDetector.BlockPosAction
-
Method Summary
Modifier and TypeMethodDescriptionboolean
run
(net.minecraft.world.level.LevelReader world, net.minecraft.core.BlockPos location)
-
Method Details
-
run
boolean run(net.minecraft.world.level.LevelReader world, net.minecraft.core.BlockPos location) - Parameters:
world
- The world.location
- The location.- Returns:
- If the recursion should continue. If one is false, the full
CubeDetector.coordinateRecursion(LevelReader, int[][], BlockPosAction)
will return false.
-