SerenityJS
    Preparing search index...

    Interface ItemStackUseOnEntityOptions

    interface ItemStackUseOnEntityOptions {
        canceled?: boolean;
        method: ItemUseMethod;
        predictedDurability?: null | number;
        targetEntity: Entity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canceled?: boolean

    Whether the use of the item was canceled.

    method: ItemUseMethod

    The use method of the item.

    predictedDurability?: null | number

    The predicted amount of durability used during the use of the item.

    targetEntity: Entity

    The target entity that the item is being used on.