Class ItemStopChargeEventSignalBeta

Manages callbacks that are connected to the stopping of charging for an item that has a registered minecraft:chargeable component.

Hierarchy

  • ItemStopChargeEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Adds a callback that will be called when a chargeable item stops charging.

    Remarks

    Adds a callback that will be called when a chargeable item stops charging.

  • Parameters

    Returns void

    Remarks

    Removes a callback from being called when a chargeable item stops charging.

    Throws

    This function can throw errors.