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

    接口 EntityEffectOptions

    Contains additional options for entity effects.

    interface EntityEffectOptions {
        amplifier?: number;
        showParticles?: boolean;
    }
    索引

    属性

    amplifier?: number

    The strength of the effect.

    showParticles?: boolean

    If true, will show particles when effect is on the entity.