@minecraft/server
    Preparing search index...

    Interface EntityEffectOptionsBeta

    Contains additional options for entity effects.

    interface EntityEffectOptions {
        amplifier?: number;
        showParticles?: boolean;
    }
    Index

    Properties

    amplifier?: number

    The strength of the effect.

    showParticles?: boolean

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