Contains optional parameters for registering an entity heal event.

interface EntityHealEventOptions {
    allowedHealCauses?: EntityHealCause[];
    entityFilter?: EntityFilter;
}

Properties

allowedHealCauses?: EntityHealCause[]

If this value is set, this event will only fire for healing causes that match.

entityFilter?: EntityFilter

If this value is set, this event will only fire for entities that match.