Edit

EntityHealEventOptions Interface

Contains optional parameters for registering an entity heal event.

Properties

allowedHealCauses

allowedHealCauses?: EntityHealCause[];

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

Type: EntityHealCause[]

entityFilter

entityFilter?: EntityFilter;

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

Type: EntityFilter