public class ClearCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
private JXCWindowRenderer |
windowRenderer
The
JXCWindowRenderer to affect. |
Constructor and Description |
---|
ClearCommand(JXCWindowRenderer windowRenderer,
CrossfireServerConnection crossfireServerConnection)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
drawInfo, drawInfo, drawInfoError, getCommandName, toString
@NotNull private final JXCWindowRenderer windowRenderer
JXCWindowRenderer
to affect.public ClearCommand(@NotNull JXCWindowRenderer windowRenderer, @NotNull CrossfireServerConnection crossfireServerConnection)
windowRenderer
- the window renderer to affectcrossfireServerConnection
- the connection instancepublic boolean allArguments()
public void execute(@NotNull java.lang.String args)
args
- the command arguments