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