Enum Class class_1875

java.lang.Object
java.lang.Enum<class_1875>
net.minecraft.client.class_1875
All Implemented Interfaces:
Serializable, Comparable<class_1875>, Constable

@Environment(CLIENT) public enum class_1875 extends Enum<class_1875>
Mappings:
Namespace Name
official ctj
intermediary net/minecraft/class_1875
named net/minecraft/client/class_1875
  • Enum Constant Details

    • VERTEX

      public static final class_1875 VERTEX
      Mappings:
      Namespace Name Mixin selector
      official a Lctj;a:Lctj;
      intermediary field_8061 Lnet/minecraft/class_1875;field_8061:Lnet/minecraft/class_1875;
      named VERTEX Lnet/minecraft/client/class_1875;VERTEX:Lnet/minecraft/client/class_1875;
    • FRAGMENT

      public static final class_1875 FRAGMENT
      Mappings:
      Namespace Name Mixin selector
      official b Lctj;b:Lctj;
      intermediary field_8062 Lnet/minecraft/class_1875;field_8062:Lnet/minecraft/class_1875;
      named FRAGMENT Lnet/minecraft/client/class_1875;FRAGMENT:Lnet/minecraft/client/class_1875;
  • Field Details

    • field_8063

      private final String field_8063
      Mappings:
      Namespace Name Mixin selector
      official c Lctj;c:Ljava/lang/String;
      intermediary field_8063 Lnet/minecraft/class_1875;field_8063:Ljava/lang/String;
      named field_8063 Lnet/minecraft/client/class_1875;field_8063:Ljava/lang/String;
    • field_8064

      private final String field_8064
      Mappings:
      Namespace Name Mixin selector
      official d Lctj;d:Ljava/lang/String;
      intermediary field_8064 Lnet/minecraft/class_1875;field_8064:Ljava/lang/String;
      named field_8064 Lnet/minecraft/client/class_1875;field_8064:Ljava/lang/String;
    • field_8065

      private final int field_8065
      Mappings:
      Namespace Name Mixin selector
      official e Lctj;e:I
      intermediary field_8065 Lnet/minecraft/class_1875;field_8065:I
      named field_8065 Lnet/minecraft/client/class_1875;field_8065:I
    • field_8066

      private final Map field_8066
      Mappings:
      Namespace Name Mixin selector
      official f Lctj;f:Ljava/util/Map;
      intermediary field_8066 Lnet/minecraft/class_1875;field_8066:Ljava/util/Map;
      named field_8066 Lnet/minecraft/client/class_1875;field_8066:Ljava/util/Map;
  • Constructor Details

    • class_1875

      private class_1875(String string, String string2, int int2)
  • Method Details

    • values

      public static class_1875[] 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_1875 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_6966

      public String method_6966()
      Mappings:
      Namespace Name Mixin selector
      official a Lctj;a()Ljava/lang/String;
      intermediary method_6966 Lnet/minecraft/class_1875;method_6966()Ljava/lang/String;
      named method_6966 Lnet/minecraft/client/class_1875;method_6966()Ljava/lang/String;
    • method_6967

      protected String method_6967()
      Mappings:
      Namespace Name Mixin selector
      official b Lctj;b()Ljava/lang/String;
      intermediary method_6967 Lnet/minecraft/class_1875;method_6967()Ljava/lang/String;
      named method_6967 Lnet/minecraft/client/class_1875;method_6967()Ljava/lang/String;
    • method_6968

      protected int method_6968()
      Mappings:
      Namespace Name Mixin selector
      official c Lctj;c()I
      intermediary method_6968 Lnet/minecraft/class_1875;method_6968()I
      named method_6968 Lnet/minecraft/client/class_1875;method_6968()I
    • method_6969

      protected Map method_6969()
      Mappings:
      Namespace Name Mixin selector
      official d Lctj;d()Ljava/util/Map;
      intermediary method_6969 Lnet/minecraft/class_1875;method_6969()Ljava/util/Map;
      named method_6969 Lnet/minecraft/client/class_1875;method_6969()Ljava/util/Map;