Interface EnchantmentRegistry

All Known Implementing Classes:
FabledEnchants

public interface EnchantmentRegistry
FabledEnchants © 2026 VoidEdge api.studio.magemonkey.fabled.enchants.EnchantmentRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(CustomEnchantment... enchantments)
    Registers enchantments with the API, allowing them to be available in the enchanting tables, commands, and anvils.
  • Method Details

    • register

      void register(CustomEnchantment... enchantments)
      Registers enchantments with the API, allowing them to be available in the enchanting tables, commands, and anvils.
      Parameters:
      enchantments - enchantments to register