Class ModConfigEvent.Loading
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.config.ModConfigEvent
net.minecraftforge.fml.event.config.ModConfigEvent.Loading
- All Implemented Interfaces:
- IConfigEvent,- IModBusEvent
- Enclosing class:
- ModConfigEvent
Fired during mod and server loading, depending on 
ModConfig.Type of config file.
 Any Config objects associated with this will be valid and can be queried directly.- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.fml.event.config.ModConfigEventModConfigEvent.Loading, ModConfigEvent.Reloading, ModConfigEvent.UnloadingNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.ResultNested classes/interfaces inherited from interface net.minecraftforge.fml.config.IConfigEventIConfigEvent.ConfigConfig
- 
Field SummaryFields inherited from interface net.minecraftforge.fml.config.IConfigEventCONFIGCONFIG
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.fml.event.config.ModConfigEventgetConfigMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResultMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.fml.config.IConfigEventself
- 
Constructor Details- 
Loading
 
-