Contains more information for events where a block is hit.
export interface BlockHitInformation { block: Block; face: Direction; faceLocation: Vector3;} Copy
export interface BlockHitInformation { block: Block; face: Direction; faceLocation: Vector3;}
Block that was hit.
Face of the block that was hit.
Location relative to the bottom north-west corner of the block.
Contains more information for events where a block is hit.
Source