@minecraft
    正在准备搜索索引...

    接口 Enchantment

    This interface represents a specific leveled enchantment that is applied to an item.

    interface Enchantment {
        level: number;
        type: EnchantmentType;
    }
    索引

    属性

    属性

    level: number

    The level of this enchantment instance.

    The enchantment type of this instance.