22 package com.realtime.crossfire.jxclient.shortcuts;
26 import org.jetbrains.annotations.NotNull;
77 commandQueue.
sendNcom(
false, command);
void sendNcom(final boolean mustSend, @NotNull final String command)
Sends an "ncom" command to the server.
Manages image information ("faces") needed to display the map view, items, and spell icons...
void visit(@NotNull final ShortcutVisitor visitor)
ShortcutCommand(@NotNull final CommandQueue commandQueue, @NotNull final String command)
Creates a new instance.
boolean displaysFace(final Face face)
String getCommand()
Returns the command to execute.
final String command
The command to execute.
final CommandQueue commandQueue
The command queue for sending commands.
Interface for visitors of Shortcut instances.
Abstract base class for shortcut commands.
A Shortcut that executes a Crossfire command.
Maintains the pending (ncom) commands sent to the server.