Class DummyConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<DummyConfig,Void>
org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
- All Implemented Interfaces:
Comparable<ExtendedConfig<DummyConfig,
Void>>
- Direct Known Subclasses:
GeneralConfig
Dummy config.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the configurable type for which this config holds dataGet the unlocalized name (must be unique!) for this configurable.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
compareTo, downCast, getConfigPropertyPrefix, getFullTranslationKey, getInstance, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
DummyConfig
Make a new instance.- Parameters:
mod
- The mod instance.namedId
- The unique name ID for the configurable.
-
-
Method Details
-
getConfigurableType
Description copied from class:ExtendedConfig
Return the configurable type for which this config holds data- Specified by:
getConfigurableType
in classExtendedConfig<DummyConfig,
Void> - Returns:
- the type of the configurable to where the config belongs
-
getTranslationKey
Description copied from class:ExtendedConfig
Get the unlocalized name (must be unique!) for this configurable.- Specified by:
getTranslationKey
in classExtendedConfig<DummyConfig,
Void> - Returns:
- The unlocalized name.
-