Package net.neoforged.fml.event.config
Class ModConfigEvent.Loading
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.fml.event.config.ModConfigEvent
net.neoforged.fml.event.config.ModConfigEvent.Loading
- All Implemented Interfaces:
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 Summary
Nested classes/interfaces inherited from class net.neoforged.fml.event.config.ModConfigEvent
ModConfigEvent.Loading, ModConfigEvent.Reloading, ModConfigEvent.Unloading
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.neoforged.fml.event.config.ModConfigEvent
getConfig
-
Constructor Details
-
Loading
-