java.lang.Object
studio.magemonkey.fabled.enchants.cmd.CmdAdd
All Implemented Interfaces:
studio.magemonkey.codex.mccore.commands.IFunction

public class CmdAdd extends Object implements studio.magemonkey.codex.mccore.commands.IFunction
FabledEnchants © 2026 VoidEdge cmd.studio.magemonkey.fabled.enchants.CmdAdd
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(studio.magemonkey.codex.mccore.commands.ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args, boolean silent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CmdAdd

      public CmdAdd()
  • Method Details

    • execute

      public void execute(studio.magemonkey.codex.mccore.commands.ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args, boolean silent)
      Specified by:
      execute in interface studio.magemonkey.codex.mccore.commands.IFunction