Loot item function that applies one or several predefined enchants to the dropped item.
export class SpecificEnchantFunction extends LootItemFunction { private constructor(); readonly enchantments: EnchantInfo[];} Copy
export class SpecificEnchantFunction extends LootItemFunction { private constructor(); readonly enchantments: EnchantInfo[];}
Private
Readonly
Loot item function that applies one or several predefined enchants to the dropped item.
Source