Script API - v1.26.10
    Preparing search index...

    Class EntityHealBeforeEvent

    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;
    }
    Index

    Constructors

    Properties

    cancel: boolean
    healedEntity: Entity

    Entity that will be healed.

    This property can't be read in early-execution mode.

    healing: number

    Describes the amount of healing.

    This property can't be read in early-execution mode.

    healSource: EntityHealSource

    Information on the source of healing.

    This property can't be read in early-execution mode.