Enum Class ArmorItem.Type

java.lang.Object
java.lang.Enum<ArmorItem.Type>
net.minecraft.item.ArmorItem.Type
All Implemented Interfaces:
Serializable, Comparable<ArmorItem.Type>, Constable
Enclosing class:
ArmorItem

public static enum ArmorItem.Type extends Enum<ArmorItem.Type>
Mappings:
Namespace Name
official cdh$a
intermediary net/minecraft/class_1738$class_8051
named net/minecraft/item/ArmorItem$Type
  • Enum Constant Details

    • HELMET

      public static final ArmorItem.Type HELMET
      Mappings:
      Namespace Name Mixin selector
      official a Lcdh$a;a:Lcdh$a;
      intermediary field_41934 Lnet/minecraft/class_1738$class_8051;field_41934:Lnet/minecraft/class_1738$class_8051;
      named HELMET Lnet/minecraft/item/ArmorItem$Type;HELMET:Lnet/minecraft/item/ArmorItem$Type;
    • CHESTPLATE

      public static final ArmorItem.Type CHESTPLATE
      Mappings:
      Namespace Name Mixin selector
      official b Lcdh$a;b:Lcdh$a;
      intermediary field_41935 Lnet/minecraft/class_1738$class_8051;field_41935:Lnet/minecraft/class_1738$class_8051;
      named CHESTPLATE Lnet/minecraft/item/ArmorItem$Type;CHESTPLATE:Lnet/minecraft/item/ArmorItem$Type;
    • LEGGINGS

      public static final ArmorItem.Type LEGGINGS
      Mappings:
      Namespace Name Mixin selector
      official c Lcdh$a;c:Lcdh$a;
      intermediary field_41936 Lnet/minecraft/class_1738$class_8051;field_41936:Lnet/minecraft/class_1738$class_8051;
      named LEGGINGS Lnet/minecraft/item/ArmorItem$Type;LEGGINGS:Lnet/minecraft/item/ArmorItem$Type;
    • BOOTS

      public static final ArmorItem.Type BOOTS
      Mappings:
      Namespace Name Mixin selector
      official d Lcdh$a;d:Lcdh$a;
      intermediary field_41937 Lnet/minecraft/class_1738$class_8051;field_41937:Lnet/minecraft/class_1738$class_8051;
      named BOOTS Lnet/minecraft/item/ArmorItem$Type;BOOTS:Lnet/minecraft/item/ArmorItem$Type;
  • Field Details

    • equipmentSlot

      private final EquipmentSlot equipmentSlot
      Mappings:
      Namespace Name Mixin selector
      official e Lcdh$a;e:Lbfm;
      intermediary field_41938 Lnet/minecraft/class_1738$class_8051;field_41938:Lnet/minecraft/class_1304;
      named equipmentSlot Lnet/minecraft/item/ArmorItem$Type;equipmentSlot:Lnet/minecraft/entity/EquipmentSlot;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official f Lcdh$a;f:Ljava/lang/String;
      intermediary field_41939 Lnet/minecraft/class_1738$class_8051;field_41939:Ljava/lang/String;
      named name Lnet/minecraft/item/ArmorItem$Type;name:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type(EquipmentSlot equipmentSlot, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcdh$a;<init>(Ljava/lang/String;ILbfm;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1738$class_8051;<init>(Ljava/lang/String;ILnet/minecraft/class_1304;Ljava/lang/String;)V
      named <init> Lnet/minecraft/item/ArmorItem$Type;<init>(Ljava/lang/String;ILnet/minecraft/entity/EquipmentSlot;Ljava/lang/String;)V
  • Method Details

    • values

      public static ArmorItem.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ArmorItem.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getEquipmentSlot

      public EquipmentSlot getEquipmentSlot()
      Mappings:
      Namespace Name Mixin selector
      official a Lcdh$a;a()Lbfm;
      intermediary method_48399 Lnet/minecraft/class_1738$class_8051;method_48399()Lnet/minecraft/class_1304;
      named getEquipmentSlot Lnet/minecraft/item/ArmorItem$Type;getEquipmentSlot()Lnet/minecraft/entity/EquipmentSlot;
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official b Lcdh$a;b()Ljava/lang/String;
      intermediary method_48400 Lnet/minecraft/class_1738$class_8051;method_48400()Ljava/lang/String;
      named getName Lnet/minecraft/item/ArmorItem$Type;getName()Ljava/lang/String;