@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Description
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
comment
A short comment explaining what the config value does
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
category
The category the config value is under
|
boolean |
clientSideOnly
Determines whether a config option only effects the client
|
public abstract java.lang.String comment
public abstract java.lang.String category
public abstract boolean clientSideOnly