public interface GUIOption<E>
Modifier and Type | Interface and Description |
---|---|
static class |
GUIOption.DisplayType
How the GUI should display the preference represented by this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabelText() |
E |
getLastValue() |
GUIOption.DisplayType |
getType() |
void |
setValue(E value)
Sets the value; should also persist it.
|
E getLastValue()
void setValue(E value)
value
- GUIOption.DisplayType getType()
String getLabelText()