Interface ItemTagEnchantment

Flattened hieracly, extendable in declarations.

interface ItemTagEnchantment {
    id: number;
    lvl: number;
}

Hierarchy (view full)

Properties

Properties

id: number

One of EEnchantment enum values.

lvl: number

Level of strength, value between 0 and 255 (more buggy up to 32768).

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.