Crossfire JXClient, Trunk
R20561
|
Implements a client-side command. More...
Public Member Functions | |
boolean | allArguments () |
Returns whether all remaining commands should be included as arguments. More... | |
void | execute (@NotNull String args) |
Executes the command with the given arguments. More... | |
String | getCommandName () |
Returns the name of the command. More... | |
Implements a client-side command.
Definition at line 30 of file Command.java.
boolean com.realtime.crossfire.jxclient.commands.Command.allArguments | ( | ) |
Returns whether all remaining commands should be included as arguments.
Implemented in com.realtime.crossfire.jxclient.commands.ScreenshotCommand, com.realtime.crossfire.jxclient.commands.BindCommand, com.realtime.crossfire.jxclient.commands.AgainCommand, com.realtime.crossfire.jxclient.commands.ScriptsCommand, com.realtime.crossfire.jxclient.commands.ScripttellCommand, com.realtime.crossfire.jxclient.commands.SetCommand, com.realtime.crossfire.jxclient.commands.ExecCommand, com.realtime.crossfire.jxclient.commands.ScriptkillallCommand, com.realtime.crossfire.jxclient.commands.ScriptkillCommand, com.realtime.crossfire.jxclient.commands.ClearCommand, com.realtime.crossfire.jxclient.commands.DebugMessagesCommand, com.realtime.crossfire.jxclient.commands.ScriptCommand, com.realtime.crossfire.jxclient.commands.UnbindCommand, com.realtime.crossfire.jxclient.commands.TestCommand, and com.realtime.crossfire.jxclient.commands.BindingsCommand.
Referenced by com.realtime.crossfire.jxclient.commands.CommandExpander.expand().
void com.realtime.crossfire.jxclient.commands.Command.execute | ( | @NotNull String | args | ) |
Executes the command with the given arguments.
args | the command arguments |
Implemented in com.realtime.crossfire.jxclient.commands.ScreenshotCommand, com.realtime.crossfire.jxclient.commands.BindCommand, com.realtime.crossfire.jxclient.commands.AgainCommand, com.realtime.crossfire.jxclient.commands.ScriptsCommand, com.realtime.crossfire.jxclient.commands.ScripttellCommand, com.realtime.crossfire.jxclient.commands.SetCommand, com.realtime.crossfire.jxclient.commands.ExecCommand, com.realtime.crossfire.jxclient.commands.ScriptkillallCommand, com.realtime.crossfire.jxclient.commands.ScriptkillCommand, com.realtime.crossfire.jxclient.commands.ClearCommand, com.realtime.crossfire.jxclient.commands.DebugMessagesCommand, com.realtime.crossfire.jxclient.commands.ScriptCommand, com.realtime.crossfire.jxclient.commands.UnbindCommand, com.realtime.crossfire.jxclient.commands.TestCommand, and com.realtime.crossfire.jxclient.commands.BindingsCommand.
Referenced by com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.executeCommand().
String com.realtime.crossfire.jxclient.commands.Command.getCommandName | ( | ) |
Returns the name of the command.
Implemented in com.realtime.crossfire.jxclient.commands.AbstractCommand.