Netherite Block Staff Shape Predicate
class NetheriteBlockStaffShapePredicate(origin: BlockPos, forwardVector: Vec3i, upVector: Vec3i) : BiPredicate<ServerWorld, BlockPos> (source)
A BlockDestructionPredicate, which only allow breaking blocks in the Netherite Block Staff's shape.
Parameters
origin
The starting point of the destruction
forward Vector
Vector pointing "forward" relative to the block destroyer's POV
up Vector
Vector pointing "upward" relative to the block destroyer's POV