Represents a type of effect - like poison - that can be applied to an entity.
export class EffectType { private constructor(); getName(): string;} Copy
export class EffectType { private constructor(); getName(): string;}
Private
Identifier of the effect type.
Identifier name of this effect type.
This function can't be called in early-execution mode.
Represents a type of effect - like poison - that can be applied to an entity.
Source