Contains information related to an entity having been healed.
export class EntityHealAfterEvent { private constructor(); readonly healedEntity: Entity; readonly healing: number; readonly healSource: EntityHealSource;} Copy
export class EntityHealAfterEvent { private constructor(); readonly healedEntity: Entity; readonly healing: number; readonly healSource: EntityHealSource;}
Private
Readonly
Entity that was healed.
This property can't be read in early-execution mode.
Describes the amount of healing.
Information on the source of healing.
Contains information related to an entity having been healed.
Source