Interface SubCommand

All Known Implementing Classes:
DetectCommand, GetCommand, InfoCommand, MonitorCommand, ReloadCommand, TpCommand

public interface SubCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.bukkit.command.CommandSender commandSender, String[] strings)
    executes the command
  • Method Details

    • execute

      void execute(org.bukkit.command.CommandSender commandSender, String[] strings)
      executes the command
      Parameters:
      commandSender - the sender
      strings - the command args