Uses of Class
BaseCommand

Uses of BaseCommand in <Unnamed>
 

Fields in <Unnamed> declared as BaseCommand
Modifier and Type Field and Description
static BaseCommand ServerConsoleCommands.disableplugin
           
static BaseCommand ServerConsoleCommands.enableplugin
           
static BaseCommand ServerConsoleCommands.listplugins
           
static BaseCommand ServerConsoleCommands.modify
           
static BaseCommand ServerConsoleCommands.reload
           
static BaseCommand ServerConsoleCommands.reloadplugin
           
static BaseCommand ServerConsoleCommands.reservelist
           
static BaseCommand ServerConsoleCommands.version
           
static BaseCommand ServerConsoleCommands.whitelist
           
 

Methods in <Unnamed> that return BaseCommand
Modifier and Type Method and Description
 BaseCommand ServerConsoleCommands.getCommand(java.lang.String command)
           
 

Methods in <Unnamed> with parameters of type BaseCommand
Modifier and Type Method and Description
 void ServerConsoleCommands.add(java.lang.String name, BaseCommand cmd)
          Add a command to the server list.