Contains information related to an entity that will be healed.
export class EntityHealBeforeEvent { private constructor(); cancel: boolean; readonly healedEntity: Entity; healing: number; readonly healSource: EntityHealSource;} Copy
export class EntityHealBeforeEvent { private constructor(); cancel: boolean; readonly healedEntity: Entity; healing: number; readonly healSource: EntityHealSource;}
Private
Readonly
Entity that will be 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 that will be healed.
Source