public class ConfigAnnotations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigAnnotations.ConfigAnnotation |
static class |
ConfigAnnotations.Execute
Changing a value that is annotated with Execute will cause the player to run the given command automatically.
|
static class |
ConfigAnnotations.IntDisplay
Changes the way the Integer value is display.
|
static class |
ConfigAnnotations.RequiresRelog
Indicates to the player that changing this value will require them to relog to take full effect
|
static class |
ConfigAnnotations.RequiresRestart
Indicates to the player that changing this value will require a restart to take full effect
|
| Constructor and Description |
|---|
ConfigAnnotations() |