Class ItemUseOnAfterEventSignal

Deprecated

This class is deprecated and will be removed in 2.0.0.

Manages callbacks that are connected to an item being used on a block event.

Hierarchy

  • ItemUseOnAfterEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns ((arg0) => void)

      • (arg0): void
      • Parameters

        Returns void

        Deprecated

        This function is deprecated and will be removed in 2.0.0.

        Remarks

        Adds a callback that will be called when an item is used on a block.

        This function can't be called in read-only mode.

        This function can be called in early-execution mode.

    Deprecated

    This function is deprecated and will be removed in 2.0.0.

    Remarks

    Adds a callback that will be called when an item is used on a block.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.

  • Parameters

    Returns void

    Deprecated

    This function is deprecated and will be removed in 2.0.0.

    Remarks

    Removes a callback from being called when an item is used on a block.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.