Package net.neoforged.fml.event.config
Class ModConfigEvent.Unloading
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.fml.event.config.ModConfigEvent
net.neoforged.fml.event.config.ModConfigEvent.Unloading
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
ModConfigEvent
Fired when a config is unloaded - that is, when a server (integrated or dedicated) shuts down or when a player disconnects from a remote server.
The config file will be saved after this event has fired.
-
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
-
Unloading
-