Package net.minecraft.item.equipment
Enum Class EquipmentModel.LayerType
- All Implemented Interfaces:
Serializable
,Comparable<EquipmentModel.LayerType>
,Constable
,StringIdentifiable
- Enclosing class:
EquipmentModel
public static enum EquipmentModel.LayerType
extends Enum<EquipmentModel.LayerType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/item/equipment/EquipmentModel$LayerType
intermediary net/minecraft/class_10186$class_10190
official dfr$d
-
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentModel.LayerType> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static EquipmentModel.LayerType
Returns the enum constant of this class with the specified name.static EquipmentModel.LayerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HUMANOID
- Mappings:
Namespace Name Mixin selector named HUMANOID
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;HUMANOID:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54125
Lnet/minecraft/class_10186$class_10190;field_54125:Lnet/minecraft/class_10186$class_10190;
official a
Ldfr$d;a:Ldfr$d;
-
HUMANOID_LEGGINGS
- Mappings:
Namespace Name Mixin selector named HUMANOID_LEGGINGS
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;HUMANOID_LEGGINGS:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54126
Lnet/minecraft/class_10186$class_10190;field_54126:Lnet/minecraft/class_10186$class_10190;
official b
Ldfr$d;b:Ldfr$d;
-
WINGS
- Mappings:
Namespace Name Mixin selector named WINGS
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;WINGS:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54127
Lnet/minecraft/class_10186$class_10190;field_54127:Lnet/minecraft/class_10186$class_10190;
official c
Ldfr$d;c:Ldfr$d;
-
WOLF_BODY
- Mappings:
Namespace Name Mixin selector named WOLF_BODY
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;WOLF_BODY:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54128
Lnet/minecraft/class_10186$class_10190;field_54128:Lnet/minecraft/class_10186$class_10190;
official d
Ldfr$d;d:Ldfr$d;
-
HORSE_BODY
- Mappings:
Namespace Name Mixin selector named HORSE_BODY
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;HORSE_BODY:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54129
Lnet/minecraft/class_10186$class_10190;field_54129:Lnet/minecraft/class_10186$class_10190;
official e
Ldfr$d;e:Ldfr$d;
-
LLAMA_BODY
- Mappings:
Namespace Name Mixin selector named LLAMA_BODY
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;LLAMA_BODY:Lnet/minecraft/item/equipment/EquipmentModel$LayerType;
intermediary field_54130
Lnet/minecraft/class_10186$class_10190;field_54130:Lnet/minecraft/class_10186$class_10190;
official f
Ldfr$d;f:Ldfr$d;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_54131
Lnet/minecraft/class_10186$class_10190;field_54131:Lcom/mojang/serialization/Codec;
official g
Ldfr$d;g:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;name:Ljava/lang/String;
intermediary field_54132
Lnet/minecraft/class_10186$class_10190;field_54132:Ljava/lang/String;
official h
Ldfr$d;h:Ljava/lang/String;
-
-
Constructor Details
-
LayerType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/item/equipment/EquipmentModel$LayerType;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_10186$class_10190;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldfr$d;<init>(Ljava/lang/String;ILjava/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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- 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
Lbba;c()Ljava/lang/String;
-