public class ScriptkillCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
private ScriptManager |
scriptManager
The
ScriptManager to use. |
Constructor and Description |
---|
ScriptkillCommand(ScriptManager scriptManager,
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 ScriptManager scriptManager
ScriptManager
to use.public ScriptkillCommand(@NotNull ScriptManager scriptManager, @NotNull CrossfireServerConnection crossfireServerConnection)
scriptManager
- the script manager to usecrossfireServerConnection
- the connection instancepublic boolean allArguments()
public void execute(@NotNull java.lang.String args)
args
- the command arguments