Validated Enum
A validated Enum Class, initialized with the enum class.
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
Unknown
Parameters
T
the enum type. Any Enum
clazz
Enum class. The first constant will be used as the default value.
A validated Enum Class, initialized with the enum class.
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.7.0
Parameters
T
the enum type. Any Enum
clazz
Enum class. The first constant will be used as the default value.
widget Type
WidgetType defines the GUI selection type. Defaults to POPUP
Parameters
T
the enum type. Any Enum
default Value
Enum Constant used as the default for this setting
widget Type
WidgetType defines the GUI selection type. Defaults to POPUP