Package net.minecraft.client.util
Enum Class DefaultSkinHelper.Model
- All Implemented Interfaces:
Serializable
,Comparable<DefaultSkinHelper.Model>
,Constable
- Enclosing class:
DefaultSkinHelper
@Environment(CLIENT)
private static enum DefaultSkinHelper.Model
extends Enum<DefaultSkinHelper.Model>
- Mappings:
Namespace Name official fpb$a
intermediary net/minecraft/class_1068$class_7920
named net/minecraft/client/util/DefaultSkinHelper$Model
-
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 DefaultSkinHelper.Model
Returns the enum constant of this class with the specified name.static DefaultSkinHelper.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 a
Lfpb$a;a:Lfpb$a;
intermediary field_41122
Lnet/minecraft/class_1068$class_7920;field_41122:Lnet/minecraft/class_1068$class_7920;
named SLIM
Lnet/minecraft/client/util/DefaultSkinHelper$Model;SLIM:Lnet/minecraft/client/util/DefaultSkinHelper$Model;
-
WIDE
- Mappings:
Namespace Name Mixin selector official b
Lfpb$a;b:Lfpb$a;
intermediary field_41123
Lnet/minecraft/class_1068$class_7920;field_41123:Lnet/minecraft/class_1068$class_7920;
named WIDE
Lnet/minecraft/client/util/DefaultSkinHelper$Model;WIDE:Lnet/minecraft/client/util/DefaultSkinHelper$Model;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official c
Lfpb$a;c:Ljava/lang/String;
intermediary field_41124
Lnet/minecraft/class_1068$class_7920;field_41124:Ljava/lang/String;
named name
Lnet/minecraft/client/util/DefaultSkinHelper$Model;name:Ljava/lang/String;
-
-
Constructor Details
-
Model
- Mappings:
Namespace Name Mixin selector official <init>
Lfpb$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1068$class_7920;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/client/util/DefaultSkinHelper$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
-