Class DummyConfig
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.
Dummy config.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionDummyConfig
(ModBase<?> mod, String namedId) Deprecated.Make a new instance. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
getConfigPropertyPrefix, getConfigPropertyPrefix, getConfigPropertyPrefixPublic, getMod
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getFullTranslationKey, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
DummyConfig
Deprecated.Make a new instance.- Parameters:
mod
- The mod instance.namedId
- The unique name ID for the configurable.
-
-
Method Details
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<DummyConfig,
Void>
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<DummyConfig,
Void, ModBase<?>>
-