Class: ItemStopUseAfterEventSignal
Manages callbacks that are connected to the stopping of charging for an item that has a registered minecraft:chargeable component.
Constructors
new ItemStopUseAfterEventSignal()
private
new ItemStopUseAfterEventSignal():ItemStopUseAfterEventSignal
Returns
Methods
subscribe()
subscribe(
callback
): (arg
) =>void
Parameters
Parameter | Type |
---|---|
callback | (arg ) => void |