Class ArmorMaterialConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial>
org.cyclops.cyclopscore.config.extendedconfig.ArmorMaterialConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<ArmorMaterialConfig,
net.minecraft.world.item.ArmorMaterial, ModBase<?>>>
@Deprecated
public class ArmorMaterialConfig
extends ExtendedConfigForge<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial>
Deprecated.
Config for armor materials.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionArmorMaterialConfig
(ModBase<?> mod, String namedId, Function<ArmorMaterialConfig, net.minecraft.world.item.ArmorMaterial> elementConstructor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<? super net.minecraft.world.item.ArmorMaterial> Deprecated.Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
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
-
ArmorMaterialConfig
public ArmorMaterialConfig(ModBase<?> mod, String namedId, Function<ArmorMaterialConfig, net.minecraft.world.item.ArmorMaterial> elementConstructor) Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<ArmorMaterialConfig,
net.minecraft.world.item.ArmorMaterial, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<ArmorMaterialConfig,
net.minecraft.world.item.ArmorMaterial>
-
getRegistry
public net.minecraft.core.Registry<? super net.minecraft.world.item.ArmorMaterial> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<ArmorMaterialConfig,
net.minecraft.world.item.ArmorMaterial> - Returns:
- The registry in which this should be registered.
-