Package net.neoforged.fml.config
Interface IConfigSpec.ILoadedConfig
- All Known Implementing Classes:
LoadedConfig
- Enclosing interface:
IConfigSpec
-
Method Summary
-
Method Details
-
config
com.electronwill.nightconfig.core.CommentedConfig config()Accesses the current config.The config locks internally, and is therefore safe to read/write across multiple threads without additional synchronization.
-
save
void save()Saves the current value of theconfig()
and dispatches a config reloading event.
-