Package net.minecraft.client.util
Enum Class SkinTextures.Model
- All Implemented Interfaces:
Serializable,Comparable<SkinTextures.Model>,Constable
- Enclosing class:
SkinTextures
- Mappings:
Namespace Name official fzg$aintermediary net/minecraft/class_8685$class_7920named net/minecraft/client/util/SkinTextures$Model
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkinTextures.ModelgetName()static SkinTextures.ModelReturns 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 official aLfzg$a;a:Lfzg$a;intermediary field_41122Lnet/minecraft/class_8685$class_7920;field_41122:Lnet/minecraft/class_8685$class_7920;named SLIMLnet/minecraft/client/util/SkinTextures$Model;SLIM:Lnet/minecraft/client/util/SkinTextures$Model;
-
WIDE
- Mappings:
Namespace Name Mixin selector official bLfzg$a;b:Lfzg$a;intermediary field_41123Lnet/minecraft/class_8685$class_7920;field_41123:Lnet/minecraft/class_8685$class_7920;named WIDELnet/minecraft/client/util/SkinTextures$Model;WIDE:Lnet/minecraft/client/util/SkinTextures$Model;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLfzg$a;c:Ljava/lang/String;intermediary field_41124Lnet/minecraft/class_8685$class_7920;field_41124:Ljava/lang/String;named nameLnet/minecraft/client/util/SkinTextures$Model;name:Ljava/lang/String;
-
-
Constructor Details
-
Model
- Mappings:
Namespace Name Mixin selector official <init>Lfzg$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_8685$class_7920;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/util/SkinTextures$Model;<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 official aLfzg$a;a(Ljava/lang/String;)Lfzg$a;intermediary method_52857Lnet/minecraft/class_8685$class_7920;method_52857(Ljava/lang/String;)Lnet/minecraft/class_8685$class_7920;named fromNameLnet/minecraft/client/util/SkinTextures$Model;fromName(Ljava/lang/String;)Lnet/minecraft/client/util/SkinTextures$Model;
-
getName
- Mappings:
Namespace Name Mixin selector official aLfzg$a;a()Ljava/lang/String;intermediary method_52856Lnet/minecraft/class_8685$class_7920;method_52856()Ljava/lang/String;named getNameLnet/minecraft/client/util/SkinTextures$Model;getName()Ljava/lang/String;
-