Interface CommandExecutor

All Known Implementing Classes:
CmdAnvilStat, CmdAugment, CmdCameo, CmdCommand, CmdCopyLoc, CmdDummySkin, CmdEdit, CmdEnd, CmdFinisher, CmdItem, CmdItemSkin, CmdJoin, CmdKillCounter, CmdManager, CmdMenu, CmdModificator, CmdQuit, CmdRoot, CmdSetting, CmdSpectate, CmdStart, CmdStatistic, CmdStats, CmdTest, CmdUpgrade

public interface CommandExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.bukkit.command.CommandSender sender, Command command, String[] args)
     
  • Method Details

    • execute

      void execute(org.bukkit.command.CommandSender sender, Command command, String[] args)