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:
  • ExtendedConfigCommon
  • Constructor Details

  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Deprecated.
      Specified by:
      getTranslationKey in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial,ModBase<?>>
    • getConfigurableType

      public ConfigurableType getConfigurableType()
      Deprecated.
      Specified by:
      getConfigurableType in class ExtendedConfig<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial>
    • getRegistry

      public net.minecraft.core.Registry<? super net.minecraft.world.item.ArmorMaterial> getRegistry()
      Deprecated.
      Specified by:
      getRegistry in class ExtendedConfigForge<ArmorMaterialConfig,net.minecraft.world.item.ArmorMaterial>
      Returns:
      The registry in which this should be registered.