All Known Implementing Classes:
BroadcastCommand, ChatExtensionsCommand, DiscordLinkCommand, ReloadCommand

public interface ICommand
In-game command interface
  • Method Details

    • getCommandName

      CommandRegistry.CommandName getCommandName()
      Returns:
      The command enum
    • getDescription

      String getDescription()
      Returns:
      The command description
    • invoke

      boolean invoke(ICommandCaller caller, String[] params)
      Calls the command
      Parameters:
      caller - The command caller
      params - The command params
      Returns:
      true if the command ran successfully