JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.glasslauncher.mods.api.gcapi.api
Annotation Interface Enum
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Documented
public @interface
Enum
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
This should be the enum you want to restrict values to.
Element Details
value
String
value
This should be the enum you want to restrict values to. !!Only put on Integer config entries!!
Returns:
a valid enum class.