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