public class ConfigLoadEvent
extends cpw.mods.fml.common.eventhandler.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigLoadEvent.Init |
static class |
ConfigLoadEvent.Post |
static class |
ConfigLoadEvent.Pre |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
config
The contents of the config
|
java.lang.String |
configName
The name of the config file
|
boolean |
isRevert
Whether the event is being called to revert server changes
|
| Constructor and Description |
|---|
ConfigLoadEvent() |