java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<DummyConfig,Void,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<DummyConfig,Void>
org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<DummyConfig,Void,ModBase<?>>>

@Deprecated public class DummyConfig extends ExtendedConfig<DummyConfig,Void>
Deprecated.
Dummy config.
See Also:
  • ExtendedConfigCommon
  • Constructor Details

    • DummyConfig

      public DummyConfig(ModBase<?> mod, String namedId)
      Deprecated.
      Make a new instance.
      Parameters:
      mod - The mod instance.
      namedId - The unique name ID for the configurable.
  • Method Details