Package net.minecraftforge.fml.loading
Class FMLConfig
- java.lang.Object
-
- net.minecraftforge.fml.loading.FMLConfig
-
public class FMLConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private com.electronwill.nightconfig.core.file.CommentedFileConfig
configData
private static com.electronwill.nightconfig.core.ConfigSpec
configSpec
private static FMLConfig
INSTANCE
private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description FMLConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
defaultConfigPath()
static void
load()
private void
loadFrom(java.nio.file.Path configFile)
static int
loadingThreadCount()
static boolean
runVersionCheck()
static boolean
splashScreenEnabled()
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
INSTANCE
private static FMLConfig INSTANCE
-
configSpec
private static com.electronwill.nightconfig.core.ConfigSpec configSpec
-
configData
private com.electronwill.nightconfig.core.file.CommentedFileConfig configData
-
-
Method Detail
-
loadFrom
private void loadFrom(java.nio.file.Path configFile)
-
load
public static void load()
-
splashScreenEnabled
public static boolean splashScreenEnabled()
-
loadingThreadCount
public static int loadingThreadCount()
-
runVersionCheck
public static boolean runVersionCheck()
-
defaultConfigPath
public static java.lang.String defaultConfigPath()
-
-