Class ProjectileHitEventSignalBeta

Manages callbacks that are connected to when a projectile hits an entity or block.

Hierarchy

  • ProjectileHitEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Adds a callback that will be called when a projectile hits an entity or block.

    Remarks

    Adds a callback that will be called when a projectile hits an entity or block.

  • Parameters

    Returns void

    Remarks

    Removes a callback from being called when a projectile hits an entity or block.

    Throws

    This function can throw errors.