Contains information for block raycast hit results.
export interface BlockRaycastHit { block: Block; face: Direction; faceLocation: Vector3;} Copy
export interface BlockRaycastHit { block: Block; face: Direction; faceLocation: Vector3;}
Block that was hit.
Face of the block that was hit.
Hit location relative to the bottom north-west corner of the block.
Contains information for block raycast hit results.
Source