SerenityJS
    Preparing search index...

    Class EnchantmentsEnum

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    optional: boolean = true

    Whether the enum value is optional.

    options: (string | number | boolean)[]

    The expected options of the enum.

    result: null | Enchantment

    The result of the enum.

    default: Enum = ...
    enums: Map<string, Enum> = ...
    identifier: "enchantments"

    The type of the enum.

    options: string[] = ...

    The options of the enum.

    strict: true

    Whether the enum is strict to its options.

    symbol: number = ...

    The symbol of the enum.

    type: 1040 = 0x4_10

    The type of the enum.

    Methods