@minecraft/server
    Preparing search index...

    Class ItemStopUseAfterEventBeta

    Contains information related to a chargeable item has finished an items use cycle, or when the player has released the use action with the item.

    Index

    Properties

    itemStack?: ItemStack

    The impacted item stack that is stopping being charged. ItemStopUseAfterEvent can be called when teleporting to a different dimension and this can be undefined.

    source: Player

    Returns the source entity that triggered this item event.

    useDuration: number

    Returns the time, in ticks, for the remaining duration left before the charge completes its cycle.