Script API - v1.26.10
    Preparing search index...

    Represents a type of effect - like poison - that can be applied to an entity.

    export class EffectType {
    private constructor();
    getName(): string;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns string

      Identifier of the effect type.

      Identifier name of this effect type.

      This function can't be called in early-execution mode.