Enchantment Pack
data class EnchantmentPack(val metadata: EnchantmentPackMetadata, val enchantments: List<RegistrableEnchantment>) : Describable<EnchantmentPack>
This class represents an enchantment pack.
An enchantment pack is a collection of enchantments that are grouped together.
At no point should you need to construct this class, as it is only created internally by UnderscoreEnchants.