22 package com.realtime.crossfire.jxclient.commands;
24 import org.jetbrains.annotations.NotNull;
49 void execute(@NotNull String args);
Implements a client-side command.
String getCommandName()
Returns the name of the command.
void execute(@NotNull String args)
Executes the command with the given arguments.
boolean allArguments()
Returns whether all remaining commands should be included as arguments.