For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/EntityHealEventOptions.md.

Interface: EntityHealEventOptions

event entity

Beta

包含注册实体治疗事件的可选参数。

Contains optional parameters for registering an entity heal event.

Properties

allowedHealCauses?

optional allowedHealCauses?: EntityHealCause[]

Beta

Remarks

如果设置了此值,则仅当治疗原因匹配时才会触发此事件。

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


entityFilter?

optional entityFilter?: EntityFilter

Beta

Remarks

如果设置了此值,则仅当实体匹配时才会触发此事件。

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

同领域相关