Package net.minecraft

Enum Class class_8685.Model

java.lang.Object
java.lang.Enum<class_8685.Model>
net.minecraft.class_8685.Model
All Implemented Interfaces:
Serializable, Comparable<class_8685.Model>, Constable
Enclosing class:
class_8685

@Environment(CLIENT) public static enum class_8685.Model extends Enum<class_8685.Model>
Mappings:
Namespace Name
official fzg$a
intermediary net/minecraft/class_8685$class_7920
named net/minecraft/class_8685$Model
  • Enum Constant Details

    • SLIM

      public static final class_8685.Model SLIM
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg$a;a:Lfzg$a;
      intermediary field_41122 Lnet/minecraft/class_8685$class_7920;field_41122:Lnet/minecraft/class_8685$class_7920;
      named SLIM Lnet/minecraft/class_8685$Model;SLIM:Lnet/minecraft/class_8685$Model;
    • WIDE

      public static final class_8685.Model WIDE
      Mappings:
      Namespace Name Mixin selector
      official b Lfzg$a;b:Lfzg$a;
      intermediary field_41123 Lnet/minecraft/class_8685$class_7920;field_41123:Lnet/minecraft/class_8685$class_7920;
      named WIDE Lnet/minecraft/class_8685$Model;WIDE:Lnet/minecraft/class_8685$Model;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official c Lfzg$a;c:Ljava/lang/String;
      intermediary field_41124 Lnet/minecraft/class_8685$class_7920;field_41124:Ljava/lang/String;
      named name Lnet/minecraft/class_8685$Model;name:Ljava/lang/String;
  • Constructor Details

    • Model

      private Model(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfzg$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8685$class_7920;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/class_8685$Model;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static class_8685.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 class_8685.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
    • method_52857

      public static class_8685.Model method_52857(@Nullable @Nullable String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg$a;a(Ljava/lang/String;)Lfzg$a;
      intermediary method_52857 Lnet/minecraft/class_8685$class_7920;method_52857(Ljava/lang/String;)Lnet/minecraft/class_8685$class_7920;
      named method_52857 Lnet/minecraft/class_8685$Model;method_52857(Ljava/lang/String;)Lnet/minecraft/class_8685$Model;
    • method_52856

      public String method_52856()
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg$a;a()Ljava/lang/String;
      intermediary method_52856 Lnet/minecraft/class_8685$class_7920;method_52856()Ljava/lang/String;
      named method_52856 Lnet/minecraft/class_8685$Model;method_52856()Ljava/lang/String;