Package net.neoforged.fml.event.config
Class ModConfigEvent.Reloading
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.fml.event.config.ModConfigEvent
net.neoforged.fml.event.config.ModConfigEvent.Reloading
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
ModConfigEvent
Fired when the configuration is changed. This can be caused by a change to the config
from a UI or from editing the file itself. IMPORTANT: this can fire at any time
and may not even be on the server or client threads. Ensure you properly synchronize
any resultant changes.
-
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
-
Reloading
-