Package net.minecraft.item
Enum Class ArmorItem.Type
- All Implemented Interfaces:
Serializable,Comparable<ArmorItem.Type>,Constable,StringIdentifiable
- Enclosing class:
ArmorItem
- Mappings:
Namespace Name official cny$aintermediary net/minecraft/class_1738$class_8051named net/minecraft/item/ArmorItem$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ArmorItem.Type> private final EquipmentSlotprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.intgetMaxDamage(int multiplier) getName()booleanstatic ArmorItem.TypeReturns the enum constant of this class with the specified name.static ArmorItem.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HELMET
- Mappings:
Namespace Name Mixin selector official aLcny$a;a:Lcny$a;intermediary field_41934Lnet/minecraft/class_1738$class_8051;field_41934:Lnet/minecraft/class_1738$class_8051;named HELMETLnet/minecraft/item/ArmorItem$Type;HELMET:Lnet/minecraft/item/ArmorItem$Type;
-
CHESTPLATE
- Mappings:
Namespace Name Mixin selector official bLcny$a;b:Lcny$a;intermediary field_41935Lnet/minecraft/class_1738$class_8051;field_41935:Lnet/minecraft/class_1738$class_8051;named CHESTPLATELnet/minecraft/item/ArmorItem$Type;CHESTPLATE:Lnet/minecraft/item/ArmorItem$Type;
-
LEGGINGS
- Mappings:
Namespace Name Mixin selector official cLcny$a;c:Lcny$a;intermediary field_41936Lnet/minecraft/class_1738$class_8051;field_41936:Lnet/minecraft/class_1738$class_8051;named LEGGINGSLnet/minecraft/item/ArmorItem$Type;LEGGINGS:Lnet/minecraft/item/ArmorItem$Type;
-
BOOTS
- Mappings:
Namespace Name Mixin selector official dLcny$a;d:Lcny$a;intermediary field_41937Lnet/minecraft/class_1738$class_8051;field_41937:Lnet/minecraft/class_1738$class_8051;named BOOTSLnet/minecraft/item/ArmorItem$Type;BOOTS:Lnet/minecraft/item/ArmorItem$Type;
-
BODY
- Mappings:
Namespace Name Mixin selector official eLcny$a;e:Lcny$a;intermediary field_48838Lnet/minecraft/class_1738$class_8051;field_48838:Lnet/minecraft/class_1738$class_8051;named BODYLnet/minecraft/item/ArmorItem$Type;BODY:Lnet/minecraft/item/ArmorItem$Type;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official fLcny$a;f:Lcom/mojang/serialization/Codec;intermediary field_48839Lnet/minecraft/class_1738$class_8051;field_48839:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/item/ArmorItem$Type;CODEC:Lcom/mojang/serialization/Codec;
-
equipmentSlot
- Mappings:
Namespace Name Mixin selector official gLcny$a;g:Lbpe;intermediary field_41938Lnet/minecraft/class_1738$class_8051;field_41938:Lnet/minecraft/class_1304;named equipmentSlotLnet/minecraft/item/ArmorItem$Type;equipmentSlot:Lnet/minecraft/entity/EquipmentSlot;
-
name
- Mappings:
Namespace Name Mixin selector official hLcny$a;h:Ljava/lang/String;intermediary field_41939Lnet/minecraft/class_1738$class_8051;field_41939:Ljava/lang/String;named nameLnet/minecraft/item/ArmorItem$Type;name:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lcny$a;<init>(Ljava/lang/String;ILbpe;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1738$class_8051;<init>(Ljava/lang/String;ILnet/minecraft/class_1304;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/item/ArmorItem$Type;<init>(Ljava/lang/String;ILnet/minecraft/entity/EquipmentSlot;Ljava/lang/String;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getMaxDamage
public int getMaxDamage(int multiplier) - Mappings:
Namespace Name Mixin selector official aLcny$a;a(I)Iintermediary method_56690Lnet/minecraft/class_1738$class_8051;method_56690(I)Inamed getMaxDamageLnet/minecraft/item/ArmorItem$Type;getMaxDamage(I)I
-
getEquipmentSlot
- Mappings:
Namespace Name Mixin selector official aLcny$a;a()Lbpe;intermediary method_48399Lnet/minecraft/class_1738$class_8051;method_48399()Lnet/minecraft/class_1304;named getEquipmentSlotLnet/minecraft/item/ArmorItem$Type;getEquipmentSlot()Lnet/minecraft/entity/EquipmentSlot;
-
getName
- Mappings:
Namespace Name Mixin selector official bLcny$a;b()Ljava/lang/String;intermediary method_48400Lnet/minecraft/class_1738$class_8051;method_48400()Ljava/lang/String;named getNameLnet/minecraft/item/ArmorItem$Type;getName()Ljava/lang/String;
-
isTrimmable
public boolean isTrimmable()- Mappings:
Namespace Name Mixin selector official dLcny$a;d()Zintermediary method_56691Lnet/minecraft/class_1738$class_8051;method_56691()Znamed isTrimmableLnet/minecraft/item/ArmorItem$Type;isTrimmable()Z
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLaxq;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-