public static class ConfigUpdatedEvent.ConfigUpdateEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
ConfigKey |
key |
String |
newVal |
String |
oldVal |
| Constructor and Description |
|---|
ConfigUpdateEntry(ConfigKey key,
String oldVal,
String newVal) |
| Modifier and Type | Method and Description |
|---|---|
ConfigUpdatedEvent.ConfigEntryType |
getUpdateType() |
String |
toString()
Note: The toString() is used to format the output from @see ReloadConfig.
|
public final ConfigKey key
public final String oldVal
public final String newVal
public String toString()
public ConfigUpdatedEvent.ConfigEntryType getUpdateType()