getEnchantmentTypes method

Future<Catalog> getEnchantmentTypes()

GET /catalog/enchantment-types

Convenience method for calling getCatalog with CatalogType.enchantmentTypes.

Implementation

Future<Catalog> getEnchantmentTypes() =>
    getCatalog(CatalogType.enchantmentTypes);