Package org.cyclops.cyclopscore.config
Class ConfigHandler
java.lang.Object
org.cyclops.cyclopscore.config.ConfigHandlerCommon
org.cyclops.cyclopscore.config.ConfigHandler
- Direct Known Subclasses:
ConfigHandlerNeoForge
@Deprecated
public abstract class ConfigHandler
extends org.cyclops.cyclopscore.config.ConfigHandlerCommon
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addConfigurable
(ExtendedConfig<?, ?> e) Deprecated.void
addToConfigDictionary
(ExtendedConfig<?, ?> e) Deprecated.void
addToConfigDictionary
(org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<?, ?, ?> e) Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.ConfigHandlerCommon
addCategory, addConfigurable, generateConfigProperties, getAllFields, getCategories, getCommandableProperties, getConfigDictionary, getConfigId, getConfigurables, getDictionary, getMod, loadForgeRegistries, loadForgeRegistriesFilled, loadModInit, loadSetup, registerToRegistry
-
Constructor Details
-
ConfigHandler
Deprecated.
-
-
Method Details
-
addConfigurable
Deprecated. -
addToConfigDictionary
Deprecated. -
addToConfigDictionary
public void addToConfigDictionary(org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<?, ?, ?> e) Deprecated.- Overrides:
addToConfigDictionary
in classorg.cyclops.cyclopscore.config.ConfigHandlerCommon
-