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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigHandler

      public ConfigHandler(ModBase<?> mod)
      Deprecated.
  • Method Details

    • addConfigurable

      public boolean addConfigurable(ExtendedConfig<?,?> e)
      Deprecated.
    • addToConfigDictionary

      public void addToConfigDictionary(ExtendedConfig<?,?> e)
      Deprecated.
    • addToConfigDictionary

      public void addToConfigDictionary(org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<?,?,?> e)
      Deprecated.
      Overrides:
      addToConfigDictionary in class org.cyclops.cyclopscore.config.ConfigHandlerCommon