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

    Class ItemCompleteUseEvent

    Contains information related to a chargeable item completing being charged.

    export class ItemCompleteUseEvent {
    private constructor();
    readonly itemStack: ItemStack;
    readonly source: Player;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    itemStack: ItemStack

    Returns the item stack that has completed charging.

    This property can't be read in early-execution mode.

    source: Player

    Returns the source entity that triggered this item event.

    This property can't be read in early-execution mode.