@minecraft
    正在准备搜索索引...

    接口 EntityHealEventOptions实验性

    Contains optional parameters for registering an entity heal event.

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

    属性

    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.