Enum Class EquipmentModel.LayerType
java.lang.Object
java.lang.Enum<EquipmentModel.LayerType>
net.minecraft.client.render.entity.equipment.EquipmentModel.LayerType
- All Implemented Interfaces:
Serializable,Comparable<EquipmentModel.LayerType>,Constable,StringIdentifiable
- Enclosing class:
EquipmentModel
@Environment(CLIENT)
public static enum EquipmentModel.LayerType
extends Enum<EquipmentModel.LayerType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/render/entity/equipment/EquipmentModel$LayerTypeintermediary net/minecraft/class_10186$class_10190official hgz$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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EquipmentModel.LayerType> private 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.static EquipmentModel.LayerTypeReturns 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 HUMANOIDLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;HUMANOID:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54125Lnet/minecraft/class_10186$class_10190;field_54125:Lnet/minecraft/class_10186$class_10190;official aLhgz$d;a:Lhgz$d;
-
HUMANOID_LEGGINGS
- Mappings:
Namespace Name Mixin selector named HUMANOID_LEGGINGSLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;HUMANOID_LEGGINGS:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54126Lnet/minecraft/class_10186$class_10190;field_54126:Lnet/minecraft/class_10186$class_10190;official bLhgz$d;b:Lhgz$d;
-
WINGS
- Mappings:
Namespace Name Mixin selector named WINGSLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;WINGS:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54127Lnet/minecraft/class_10186$class_10190;field_54127:Lnet/minecraft/class_10186$class_10190;official cLhgz$d;c:Lhgz$d;
-
WOLF_BODY
- Mappings:
Namespace Name Mixin selector named WOLF_BODYLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;WOLF_BODY:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54128Lnet/minecraft/class_10186$class_10190;field_54128:Lnet/minecraft/class_10186$class_10190;official dLhgz$d;d:Lhgz$d;
-
HORSE_BODY
- Mappings:
Namespace Name Mixin selector named HORSE_BODYLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;HORSE_BODY:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54129Lnet/minecraft/class_10186$class_10190;field_54129:Lnet/minecraft/class_10186$class_10190;official eLhgz$d;e:Lhgz$d;
-
LLAMA_BODY
- Mappings:
Namespace Name Mixin selector named LLAMA_BODYLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;LLAMA_BODY:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_54130Lnet/minecraft/class_10186$class_10190;field_54130:Lnet/minecraft/class_10186$class_10190;official fLhgz$d;f:Lhgz$d;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;CODEC:Lcom/mojang/serialization/Codec;intermediary field_54131Lnet/minecraft/class_10186$class_10190;field_54131:Lcom/mojang/serialization/Codec;official gLhgz$d;g:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;name:Ljava/lang/String;intermediary field_54132Lnet/minecraft/class_10186$class_10190;field_54132:Ljava/lang/String;official hLhgz$d;h:Ljava/lang/String;
-
-
Constructor Details
-
LayerType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_10186$class_10190;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lhgz$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:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLazv;c()Ljava/lang/String;
-