22 package com.realtime.crossfire.jxclient.shortcuts;
24 import org.jetbrains.annotations.NotNull;
Interface for visitors of Shortcut instances.
A Shortcut that casts a spell.
A Shortcut that executes a Crossfire command.
void visit(@NotNull ShortcutCommand shortcutCommand)
Visits a ShortcutCommand instance.