Contains additional options for entity effects.
export interface EntityEffectOptions { amplifier?: number; showParticles?: boolean;} Copy
export interface EntityEffectOptions { amplifier?: number; showParticles?: boolean;}
Optional
The strength of the effect.
If true, will show particles when effect is on the entity.
Contains additional options for entity effects.
Source