Interface GUISelectable
- All Known Implementing Classes:
GUISelectableButton,GUITextButton
public interface GUISelectable
A
GUIElement that can be selected.-
Method Summary
Modifier and TypeMethodDescriptionvoidselect(boolean selected) Selects or deselects the element.
-
Method Details
-
select
void select(boolean selected) Selects or deselects the element.- Parameters:
selected- whether the element should be selected
-