SerenityJS
    Preparing search index...

    Interface ItemStackUseOptions

    interface ItemStackUseOptions {
        canceled?: boolean;
        method: ItemUseMethod;
        predictedDurability?: null | number;
    }

    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.