Class ClearCommand

java.lang.Object
com.realtime.crossfire.jxclient.commands.AbstractCommand
com.realtime.crossfire.jxclient.commands.ClearCommand
All Implemented Interfaces:
Command

public class ClearCommand extends AbstractCommand
Implements the command "clear". It clears the active message window.
  • Constructor Details

    • ClearCommand

      public ClearCommand(@NotNull @NotNull JXCWindowRenderer windowRenderer, @NotNull @NotNull CrossfireServerConnection crossfireServerConnection)
      Creates a new instance.
      Parameters:
      windowRenderer - the window renderer to affect
      crossfireServerConnection - the connection instance
  • Method Details

    • allArguments

      public boolean allArguments()
      Description copied from interface: Command
      Returns whether all remaining commands should be included as arguments.
      Returns:
      whether all remaining commands should be included as arguments
    • execute

      public void execute(@NotNull @NotNull String args)
      Description copied from interface: Command
      Executes the command with the given arguments.
      Parameters:
      args - the command arguments
    • getHelp

      @NotNull public @NotNull String getHelp()
      Description copied from interface: Command
      Returns the help text for this command.
      Returns:
      the help text