Beta
Creates a new EnchantmentList.
Readonly
slotThe item slot/type that this collection is applied to.
This function can't be called in read-only mode.
Attempts to add the enchantment to this collection. Returns true if successful.
This function can't be called in read-only mode.
Returns whether or not the provided EnchantmentInstance can be added to this collection.
This function can't be called in read-only mode.
Returns an enchantment associated with a type.
This function can't be called in read-only mode.
If this collection has an EnchantmentInstance with type, returns the level of the enchantment. Returns 0 if not present.
This function can't be called in read-only mode.
Removes an EnchantmentInstance with type from this collection if present.
This function can't be called in read-only mode.
This class represents a collection of enchantments that can be applied to an item.