Contains information related to a chargeable item completing being charged.
export class ItemCompleteUseEvent { private constructor(); readonly itemStack: ItemStack; readonly source: Player;} Copy
export class ItemCompleteUseEvent { private constructor(); readonly itemStack: ItemStack; readonly source: Player;}
Private
Readonly
Returns the item stack that has completed charging.
This property can't be read in early-execution mode.
Returns the source entity that triggered this item event.
Contains information related to a chargeable item completing being charged.
Source