Class ProjectileHitEvent

Contains information related to a projectile hitting an entity or block.

Hierarchy

  • ProjectileHitEvent

Constructors

Properties

Contains additional information about the block that was hit by the projectile, or undefined if the projectile did not hit a block.

dimension: Dimension

Dimension where this projectile hit took place.

Contains additional information about a block that was hit.

hitVector: Vector

Direction vector of the projectile as it hit a block/entity.

location: Location

Location where the projectile hit occurred.

projectile: Entity

Entity for the projectile that hit a block/entity.

source: Entity

Optional source entity that fired the projectile.