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

    Class EntityHealAfterEvent

    Contains information related to an entity having been healed.

    export class EntityHealAfterEvent {
    private constructor();
    readonly healedEntity: Entity;
    readonly healing: number;
    readonly healSource: EntityHealSource;
    }
    Index

    Constructors

    Properties

    healedEntity: Entity

    Entity that was 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.