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, StringIdentifiable
Enclosing class:
ArmorItem

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

    • HELMET Link icon

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

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

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

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

      public static final ArmorItem.Type BODY
      Mappings:
      Namespace Name Mixin selector
      named BODY Lnet/minecraft/item/ArmorItem$Type;BODY:Lnet/minecraft/item/ArmorItem$Type;
      intermediary field_48838 Lnet/minecraft/class_1738$class_8051;field_48838:Lnet/minecraft/class_1738$class_8051;
      official e Lcsg$a;e:Lcsg$a;
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.Codec<ArmorItem.Type> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/item/ArmorItem$Type;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_48839 Lnet/minecraft/class_1738$class_8051;field_48839:Lcom/mojang/serialization/Codec;
      official f Lcsg$a;f:Lcom/mojang/serialization/Codec;
    • equipmentSlot Link icon

      private final EquipmentSlot equipmentSlot
      Mappings:
      Namespace Name Mixin selector
      named equipmentSlot Lnet/minecraft/item/ArmorItem$Type;equipmentSlot:Lnet/minecraft/entity/EquipmentSlot;
      intermediary field_41938 Lnet/minecraft/class_1738$class_8051;field_41938:Lnet/minecraft/class_1304;
      official g Lcsg$a;g:Lbtd;
    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/item/ArmorItem$Type;name:Ljava/lang/String;
      intermediary field_41939 Lnet/minecraft/class_1738$class_8051;field_41939:Ljava/lang/String;
      official h Lcsg$a;h:Ljava/lang/String;
    • baseMaxDamage Link icon

      private final int baseMaxDamage
      Mappings:
      Namespace Name Mixin selector
      named baseMaxDamage Lnet/minecraft/item/ArmorItem$Type;baseMaxDamage:I
      intermediary field_49257 Lnet/minecraft/class_1738$class_8051;field_49257:I
      official i Lcsg$a;i:I
  • Constructor Details Link icon

    • Type Link icon

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

    • values Link icon

      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 Link icon

      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
    • getMaxDamage Link icon

      public int getMaxDamage(int multiplier)
      Mappings:
      Namespace Name Mixin selector
      named getMaxDamage Lnet/minecraft/item/ArmorItem$Type;getMaxDamage(I)I
      intermediary method_56690 Lnet/minecraft/class_1738$class_8051;method_56690(I)I
      official a Lcsg$a;a(I)I
    • getEquipmentSlot Link icon

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

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

      public boolean isTrimmable()
      Mappings:
      Namespace Name Mixin selector
      named isTrimmable Lnet/minecraft/item/ArmorItem$Type;isTrimmable()Z
      intermediary method_56691 Lnet/minecraft/class_1738$class_8051;method_56691()Z
      official d Lcsg$a;d()Z
    • asString Link icon

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazu;c()Ljava/lang/String;