Script API - v1.26.10.23
    Preparing search index...

    Interface BlockRaycastHit

    interface BlockRaycastHit {
        block: Block;
        face: Direction;
        faceLocation: Vector3;
    }
    Index

    Properties

    block: Block
    face: Direction
    faceLocation: Vector3