Enum Class ArmorItem.class_8051

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

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

    • HELMET

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

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

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

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

    • field_41938

      private final EquipmentSlot field_41938
      Mappings:
      Namespace Name Mixin selector
      official e Lccg$a;e:Lbeq;
      intermediary field_41938 Lnet/minecraft/class_1738$class_8051;field_41938:Lnet/minecraft/class_1304;
      named field_41938 Lnet/minecraft/item/ArmorItem$class_8051;field_41938:Lnet/minecraft/entity/EquipmentSlot;
    • field_41939

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

  • Method Details

    • values

      public static ArmorItem.class_8051[] 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.class_8051 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
    • method_48399

      public EquipmentSlot method_48399()
      Mappings:
      Namespace Name Mixin selector
      official a Lccg$a;a()Lbeq;
      intermediary method_48399 Lnet/minecraft/class_1738$class_8051;method_48399()Lnet/minecraft/class_1304;
      named method_48399 Lnet/minecraft/item/ArmorItem$class_8051;method_48399()Lnet/minecraft/entity/EquipmentSlot;
    • method_48400

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