Uses of Class
net.minecraftforge.fml.config.ModConfig
Packages that use ModConfig
Package
Description
-
Uses of ModConfig in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type ModConfigModifier and TypeFieldDescriptionprotected final EnumMap<ModConfig.Type,
ModConfig> ModContainer.configs
Methods in net.minecraftforge.fml with parameters of type ModConfig -
Uses of ModConfig in net.minecraftforge.fml.config
Fields in net.minecraftforge.fml.config declared as ModConfigModifier and TypeFieldDescriptionprivate final ModConfig
ConfigFileTypeHandler.ConfigWatcher.modConfig
Fields in net.minecraftforge.fml.config with type parameters of type ModConfigModifier 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.private final @Nullable Function<ModConfig,
IConfigEvent> IConfigEvent.ConfigConfig.unloading
The field for theunloading
record component.Methods in net.minecraftforge.fml.config that return ModConfigMethods in net.minecraftforge.fml.config that return types with arguments of type ModConfigModifier 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.@Nullable Function<ModConfig,
IConfigEvent> IConfigEvent.ConfigConfig.unloading()
Returns the value of theunloading
record component.Methods in net.minecraftforge.fml.config with parameters of type ModConfigModifier 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
static @Nullable IConfigEvent
Constructors in net.minecraftforge.fml.config with parameters of type ModConfigModifierConstructorDescriptionConfigLoadingException
(ModConfig config, Exception cause) (package private)
ConfigWatcher
(ModConfig modConfig, com.electronwill.nightconfig.core.file.CommentedFileConfig commentedFileConfig, ClassLoader classLoader) Constructor parameters in net.minecraftforge.fml.config with type arguments of type ModConfigModifierConstructorDescriptionConfigConfig
(Function<ModConfig, IConfigEvent> loading, Function<ModConfig, IConfigEvent> reloading, @Nullable Function<ModConfig, IConfigEvent> unloading) Creates an instance of aConfigConfig
record class. -
Uses of ModConfig in net.minecraftforge.fml.event.config
Fields in net.minecraftforge.fml.event.config declared as ModConfigMethods in net.minecraftforge.fml.event.config that return ModConfigConstructors in net.minecraftforge.fml.event.config with parameters of type ModConfig