java.lang.Object com.realtime.crossfire.jxclient.commands.AbstractCommand com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
public class DebugMessagesCommand
Implements the "debug_messages" command. It prints text to the log window using different message types or enables/disables printing message types.
Field Summary | |
---|---|
private CrossfireServerConnection |
crossfireServerConnection
The connection instance. |
Constructor Summary | |
---|---|
DebugMessagesCommand(CrossfireServerConnection crossfireServerConnection)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
allArguments()
Returns whether all remaining commands should be included as arguments. |
void |
execute(java.lang.String args)
Executes the command with the given arguments. |
Methods inherited from class com.realtime.crossfire.jxclient.commands.AbstractCommand |
---|
drawInfo, drawInfo, drawInfoError, drawInfoSetDebugMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@NotNull private final CrossfireServerConnection crossfireServerConnection
Constructor Detail |
---|
public DebugMessagesCommand(@NotNull CrossfireServerConnection crossfireServerConnection)
crossfireServerConnection
- the connection instanceMethod Detail |
---|
public boolean allArguments()
public void execute(@NotNull java.lang.String args)
args
- the command arguments