Class ExtendedConfig<C extends ExtendedConfig<C,I>,I>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<C,I,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<C,I, ModBase<?>>>
- Direct Known Subclasses:
CapabilityConfig,DummyConfig,ExtendedConfigForge,FluidConfig
@Deprecated
public abstract class ExtendedConfig<C extends ExtendedConfig<C,I>,I>
extends org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<C,I,ModBase<?>>
Deprecated.
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetConfigPropertyPrefix(ConfigurableProperty annotation) Deprecated.getConfigPropertyPrefix(org.cyclops.cyclopscore.config.ConfigurablePropertyCommon annotation) Deprecated.getConfigPropertyPrefixPublic(ConfigurableProperty annotation) Deprecated.abstract ConfigurableTypeDeprecated.ModBase<?> getMod()Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getFullTranslationKey, getInstance, getNamedId, getSubUniqueName, getTranslationKey, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
ExtendedConfig
Deprecated.Create a new config- Parameters:
mod- The mod instance.namedId- A unique name idelementConstructor- The element constructor.
-
-
Method Details
-
getConfigurableType
Deprecated. -
getMod
Deprecated. -
getConfigPropertyPrefix
public String getConfigPropertyPrefix(org.cyclops.cyclopscore.config.ConfigurablePropertyCommon annotation) Deprecated. -
getConfigPropertyPrefixPublic
Deprecated. -
getConfigPropertyPrefix
Deprecated.- Parameters:
annotation- The annotation to define the prefix for.- Returns:
- The prefix that will be used inside the config file for
ConfigurableProperty's.
-