Interface GUISelectable
-
- All Known Implementing Classes:
GUISelectableButton,GUITextButton
public interface GUISelectableAGUIElementthat can be selected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect(boolean selected)Selects or deselects the element.
-