public class ScreenshotCommand extends AbstractCommand
Constructor and Description |
---|
ScreenshotCommand(@NotNull JXCWindowRenderer windowRenderer,
@NotNull CrossfireServerConnection crossfireServerConnection,
@NotNull ScreenshotFiles screenshotFiles)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allArguments()
Returns whether all remaining commands should be included as arguments.
|
void |
execute(@NotNull java.lang.String args)
Executes the command with the given arguments.
|
@NotNull java.lang.String |
getHelp()
Returns the help text for this command.
|
drawInfo, drawInfo, drawInfoError, getCommandName, toString
public ScreenshotCommand(@NotNull @NotNull JXCWindowRenderer windowRenderer, @NotNull @NotNull CrossfireServerConnection crossfireServerConnection, @NotNull @NotNull ScreenshotFiles screenshotFiles)
windowRenderer
- the renderer to usecrossfireServerConnection
- the connection instancescreenshotFiles
- the screenshot files instance for creating
screenshot file namespublic boolean allArguments()
Command
public void execute(@NotNull @NotNull java.lang.String args)
Command
args
- the command arguments@NotNull public @NotNull java.lang.String getHelp()
Command