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
FieldsModifier and TypeFieldDescriptionstatic booleanstatic Stringstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanFields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidOverridable 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, getTranslationKeyMethods 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:ExtendedConfigOverridable method that is called after the element of this config is fully registered, after theFMLCommonSetupEvent.- Overrides:
onRegisteredin classExtendedConfig<DummyConfig,Void>
-