Class CapabilityConfig<T>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CapabilityConfig<T>,T,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<CapabilityConfig<T>,T>
org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<T>
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CapabilityConfig<T>,
T, ModBase<?>>>
Deprecated.
Config for capabilities.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionCapabilityConfig
(ModBase<?> mod, String namedId, Function<CapabilityConfig<T>, T> registrar) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.net.minecraft.resources.ResourceLocation
getId()
Deprecated.Deprecated.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, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
CapabilityConfig
Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CapabilityConfig<T>,
T, ModBase<?>>
-
getFullTranslationKey
Deprecated.- Overrides:
getFullTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CapabilityConfig<T>,
T, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<CapabilityConfig<T>,
T>
-
getRegistrar
Deprecated. -
getId
public net.minecraft.resources.ResourceLocation getId()Deprecated.
-