Class BlockExplodeAfterEventSignal

Manages callbacks that are connected to when an explosion occurs, as it impacts individual blocks.

Hierarchy

  • BlockExplodeAfterEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns ((arg0) => void)

      • (arg0): void
      • Parameters

        Returns void

        Remarks

        Adds a callback that will be called when an explosion occurs, as it impacts individual blocks.

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

        This function can be called in early-execution mode.

    Remarks

    Adds a callback that will be called when an explosion occurs, as it impacts individual blocks.

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

    This function can be called in early-execution mode.

  • Parameters

    Returns void

    Remarks

    Removes a callback from being called when an explosion occurs, as it impacts individual blocks.

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

    This function can be called in early-execution mode.