Package net.minecraft.client.util
Enum Class SkinTextures.Model
- All Implemented Interfaces:
Serializable
,Comparable<SkinTextures.Model>
,Constable
- Enclosing class:
SkinTextures
- Mappings:
Namespace Name named net/minecraft/client/util/SkinTextures$Model
intermediary net/minecraft/class_8685$class_7920
official gqb$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SkinTextures.Model
getName()
static SkinTextures.Model
Returns the enum constant of this class with the specified name.static SkinTextures.Model[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SLIM
- Mappings:
Namespace Name Mixin selector named SLIM
Lnet/minecraft/client/util/SkinTextures$Model;SLIM:Lnet/minecraft/client/util/SkinTextures$Model;
intermediary field_41122
Lnet/minecraft/class_8685$class_7920;field_41122:Lnet/minecraft/class_8685$class_7920;
official a
Lgqb$a;a:Lgqb$a;
-
WIDE
- Mappings:
Namespace Name Mixin selector named WIDE
Lnet/minecraft/client/util/SkinTextures$Model;WIDE:Lnet/minecraft/client/util/SkinTextures$Model;
intermediary field_41123
Lnet/minecraft/class_8685$class_7920;field_41123:Lnet/minecraft/class_8685$class_7920;
official b
Lgqb$a;b:Lgqb$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/util/SkinTextures$Model;name:Ljava/lang/String;
intermediary field_41124
Lnet/minecraft/class_8685$class_7920;field_41124:Ljava/lang/String;
official c
Lgqb$a;c:Ljava/lang/String;
-
-
Constructor Details
-
Model
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/util/SkinTextures$Model;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_8685$class_7920;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lgqb$a;<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
-
fromName
- Mappings:
Namespace Name Mixin selector named fromName
Lnet/minecraft/client/util/SkinTextures$Model;fromName(Ljava/lang/String;)Lnet/minecraft/client/util/SkinTextures$Model;
intermediary method_52857
Lnet/minecraft/class_8685$class_7920;method_52857(Ljava/lang/String;)Lnet/minecraft/class_8685$class_7920;
official a
Lgqb$a;a(Ljava/lang/String;)Lgqb$a;
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/client/util/SkinTextures$Model;getName()Ljava/lang/String;
intermediary method_52856
Lnet/minecraft/class_8685$class_7920;method_52856()Ljava/lang/String;
official a
Lgqb$a;a()Ljava/lang/String;
-