Class CmdCast

java.lang.Object
studio.magemonkey.fabled.cmd.CmdCast
All Implemented Interfaces:
org.bukkit.command.TabCompleter, studio.magemonkey.codex.mccore.commands.IFunction

public class CmdCast extends Object implements studio.magemonkey.codex.mccore.commands.IFunction, org.bukkit.command.TabCompleter
Command to bind a skill to an item
  • Constructor Details

    • CmdCast

      public CmdCast()
  • 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)
      Executes the command
      Specified by:
      execute in interface studio.magemonkey.codex.mccore.commands.IFunction
      Parameters:
      command - owning command
      plugin - plugin reference
      sender - sender of the command
      args - arguments
    • onTabComplete

      @Nullable public List<String> onTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter