Enum Class DefaultSkinHelper.Model

java.lang.Object
java.lang.Enum<DefaultSkinHelper.Model>
net.minecraft.client.util.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
  • Enum Constant Details

    • SLIM

      public static final DefaultSkinHelper.Model 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

      public static final 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

      final String 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

      private Model(String name)
      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

      public static DefaultSkinHelper.Model[] 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

      public static DefaultSkinHelper.Model valueOf(String name)
      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 name
      NullPointerException - if the argument is null