Skip to content

@minecraft/server


@minecraft/server / EntityHealEventOptions

Interface: EntityHealEventOptions ​

Defined in: @minecraft/server/index.d.ts:23377

Contains optional parameters for registering an entity heal event.

Properties ​

allowedHealCauses? ​

optional allowedHealCauses?: EntityHealCause[]

Defined in: @minecraft/server/index.d.ts:23384

Remarks ​

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


entityFilter? ​

optional entityFilter?: EntityFilter

Defined in: @minecraft/server/index.d.ts:23391

Remarks ​

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