JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.portingdeadmods.portingdeadlibs.api.config
ConfigValue
Contents
Description
Optional Element Summary
Element Details
key
category
name
comment
range
Hide sidebar
Show sidebar
Annotation Interface ConfigValue
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
ConfigValue
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
category
String
comment
String
key
String
name
double[]
range
Element Details
key
String
key
Default:
""
category
String
category
Default:
""
name
String
name
Default:
""
comment
String
comment
Default:
""
range
double[]
range
Default:
{0.0, 2.147483647E9}