Package net.minecraftforge.fml.config
Interface IConfigEvent
- All Known Implementing Classes:
 ModConfigEvent,ModConfigEvent.Loading,ModConfigEvent.Reloading,ModConfigEvent.Unloading
public interface IConfigEvent
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic IConfigEventstatic IConfigEventdefault <T extends net.minecraftforge.eventbus.api.Event & IConfigEvent>
Tself()static @Nullable IConfigEvent 
- 
Field Details
- 
CONFIGCONFIG
 
 - 
 - 
Method Details
- 
reloading
 - 
loading
 - 
unloading
 - 
getConfig
ModConfig getConfig() - 
self
 
 -