 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.gui.commands;
28 import org.jetbrains.annotations.NotNull;
abstract void execute()
Executes the actions associated with this GUI element.
A GUIElement that can be set to active or inactive.
boolean isActive()
Returns whether a GUI element is active.
void setActive(final boolean active)
Sets the active state of a GUI element.