Class EntityHurtEvent

Contains information related to an entity getting hurt by another entity.

Hierarchy

  • EntityHurtEvent

Constructors

Properties

A summary of the reason that damage was caused.

damage: number

Describes the amount of damage caused.

damagingEntity: Entity

Optional entity that caused the damaging attack, or undefined if the hurt reason was not because of another entity.

hurtEntity: Entity

Entity that was hurt.

projectile: Entity

Optional entity for a projectile that potentially hurt an entity.