SerenityJS
    Preparing search index...

    Interface BlockPlacementOptions

    interface BlockPlacementOptions {
        cancel: boolean;
        clickedFace?: BlockFace;
        clickedPosition?: Vector3f;
        origin?: Entity;
        permutation: BlockPermutation;
    }
    Index

    Properties

    cancel: boolean

    Whether the block placement should be cancelled.

    clickedFace?: BlockFace

    The face of the block that was placed.

    clickedPosition?: Vector3f

    The relative position of the block that was placed.

    origin?: Entity

    The entity that placed the block.

    permutation: BlockPermutation

    The pemutation of the block that was placed.