Package net.minecraftforge.fml.config
Class ConfigFileTypeHandler.ConfigWatcher
java.lang.Object
net.minecraftforge.fml.config.ConfigFileTypeHandler.ConfigWatcher
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ConfigFileTypeHandler
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.electronwill.nightconfig.core.file.CommentedFileConfig
private final ModConfig
private final ClassLoader
-
Constructor Summary
ConstructorDescriptionConfigWatcher
(ModConfig modConfig, com.electronwill.nightconfig.core.file.CommentedFileConfig commentedFileConfig, ClassLoader classLoader) -
Method Summary
-
Field Details
-
modConfig
-
commentedFileConfig
private final com.electronwill.nightconfig.core.file.CommentedFileConfig commentedFileConfig -
realClassLoader
-
-
Constructor Details
-
ConfigWatcher
ConfigWatcher(ModConfig modConfig, com.electronwill.nightconfig.core.file.CommentedFileConfig commentedFileConfig, ClassLoader classLoader)
-
-
Method Details