public class BetterConfigManager
extends java.lang.Object
| Constructor and Description |
|---|
BetterConfigManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sync(java.lang.String modid)
Replacement for
ConfigManager.sync(String, Type).This will load the configs matching the provided mod id if they were not loaded yet for some reason. |
public static void sync(java.lang.String modid)
ConfigManager.sync(String, Type).