Interface EnchantPlugin


public interface EnchantPlugin
FabledEnchants © 2026 VoidEdge api.studio.magemonkey.fabled.enchants.EnchantPlugin

Interface to be implemented by plugins adding new enchantments to the server. FabledEnchants will find any plugins implementing this class and call the registration method on enable.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is where you should register your enchantments.
  • Method Details

    • registerEnchantments

      void registerEnchantments(EnchantmentRegistry registry)
      This is where you should register your enchantments.
      Parameters:
      registry - registry to register enchantments with