Edit

EntityHealBeforeEvent Class

Contains information related to an entity that will be healed.

Properties

cancel

cancel: boolean;

Type: boolean

healedEntity

read-only healedEntity: Entity;

Entity that will be healed.

Type: Entity

healing

healing: number;

Describes the amount of healing.

Type: number

healSource

read-only healSource: EntityHealSource;

Information on the source of healing.

Type: EntityHealSource