Uses of Class
net.minecraftforge.fml.config.ModConfig
Package
Description
-
Uses of ModConfig in net.minecraftforge.fml
Modifier and TypeFieldDescriptionprotected final EnumMap<ModConfig.Type,
ModConfig> ModContainer.configs
-
Uses of ModConfig in net.minecraftforge.fml.config
Modifier and TypeFieldDescriptionprivate final ModConfig
ConfigFileTypeHandler.ConfigWatcher.modConfig
Modifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String,
Map<ModConfig.Type, ModConfig>> ConfigTracker.configsByMod
private final EnumMap<ModConfig.Type,
Set<ModConfig>> ConfigTracker.configSets
private final ConcurrentHashMap<String,
ModConfig> ConfigTracker.fileMap
private final Function<ModConfig,
IConfigEvent> IConfigEvent.ConfigConfig.loading
The field for theloading
record component.private final Function<ModConfig,
IConfigEvent> IConfigEvent.ConfigConfig.reloading
The field for thereloading
record component.Modifier and TypeMethodDescriptionConfigTracker.configSets()
ConfigTracker.fileMap()
IConfigEvent.ConfigConfig.loading()
Returns the value of theloading
record component.IConfigEvent.ConfigConfig.reloading()
Returns the value of thereloading
record component.Modifier and TypeMethodDescriptionprivate void
ConfigTracker.closeConfig
(ModConfig config, Path configBasePath) static IConfigEvent
private void
ConfigTracker.openConfig
(ModConfig config, Path configBasePath) static IConfigEvent
private boolean
ConfigFileTypeHandler.setupConfigFile
(ModConfig modConfig, Path file, com.electronwill.nightconfig.core.ConfigFormat<?> conf) (package private) void
ConfigTracker.trackConfig
(ModConfig config) void
ModifierConstructorDescriptionConfigLoadingException
(ModConfig config, Exception cause) (package private)
ConfigWatcher
(ModConfig modConfig, com.electronwill.nightconfig.core.file.CommentedFileConfig commentedFileConfig, ClassLoader classLoader) ModifierConstructorDescriptionConfigConfig
(Function<ModConfig, IConfigEvent> loading, Function<ModConfig, IConfigEvent> reloading) Creates an instance of aConfigConfig
record class. -
Uses of ModConfig in net.minecraftforge.fml.event.config