Package org.cyclops.cyclopscore
Class GeneralConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<DummyConfig,Void>
org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
org.cyclops.cyclopscore.GeneralConfig
- All Implemented Interfaces:
Comparable<ExtendedConfig<DummyConfig,
Void>>
A config with general options for this mod.
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static String
static boolean
static boolean
static boolean
static boolean
static boolean
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Overridable method that is called after the element of this config is fully registered, after theFMLCommonSetupEvent
.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
getConfigurableType, getTranslationKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
compareTo, downCast, getConfigPropertyPrefix, getFullTranslationKey, getInstance, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, save, showDoubleInitError
-
Field Details
-
debug
public static boolean debug -
crashOnInvalidRecipe
public static boolean crashOnInvalidRecipe -
crashOnModCompatCrash
public static boolean crashOnModCompatCrash -
analytics
public static boolean analytics -
anonymousAnalyticsID
-
versionChecker
public static boolean versionChecker -
devWorldButton
public static boolean devWorldButton
-
-
Constructor Details
-
GeneralConfig
public GeneralConfig()Create a new instance.
-
-
Method Details
-
onRegistered
public void onRegistered()Description copied from class:ExtendedConfig
Overridable method that is called after the element of this config is fully registered, after theFMLCommonSetupEvent
.- Overrides:
onRegistered
in classExtendedConfig<DummyConfig,
Void>
-