Package net.storm.api.plugins.config
Annotation Type Units
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Units
Used with ConfigItem, defines what units are shown to the side of the box.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
FPS
static java.lang.String
GP
static java.lang.String
LEVELS
static java.lang.String
MILLISECONDS
static java.lang.String
MINUTES
static java.lang.String
PERCENT
static java.lang.String
PIXELS
static java.lang.String
POINTS
static java.lang.String
SECONDS
static java.lang.String
TICKS
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-