Class BlockExplodeEventSignalBeta

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

Hierarchy

  • BlockExplodeEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    • callback: ((arg) => void)

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

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

    Remarks

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

  • Parameters

    • callback: ((arg) => void)

    Returns void

    Remarks

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

    Throws

    This function can throw errors.