Enum Class GLX.class_2908

java.lang.Object
java.lang.Enum<GLX.class_2908>
com.mojang.blaze3d.platform.GLX.class_2908
All Implemented Interfaces:
Serializable, Comparable<GLX.class_2908>, Constable
Enclosing class:
GLX

@Environment(CLIENT) static enum GLX.class_2908 extends Enum<GLX.class_2908>
Mappings:
Namespace Name
official cdb$a
intermediary net/minecraft/class_629$class_2908
named com/mojang/blaze3d/platform/GLX$class_2908
  • Enum Constant Details

    • field_13711

      public static final GLX.class_2908 field_13711
      Mappings:
      Namespace Name Mixin selector
      official a Lcdb$a;a:Lcdb$a;
      intermediary field_13711 Lnet/minecraft/class_629$class_2908;field_13711:Lnet/minecraft/class_629$class_2908;
      named field_13711 Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13711:Lcom/mojang/blaze3d/platform/GLX$class_2908;
    • field_13712

      public static final GLX.class_2908 field_13712
      Mappings:
      Namespace Name Mixin selector
      official b Lcdb$a;b:Lcdb$a;
      intermediary field_13712 Lnet/minecraft/class_629$class_2908;field_13712:Lnet/minecraft/class_629$class_2908;
      named field_13712 Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13712:Lcom/mojang/blaze3d/platform/GLX$class_2908;
    • field_13713

      public static final GLX.class_2908 field_13713
      Mappings:
      Namespace Name Mixin selector
      official c Lcdb$a;c:Lcdb$a;
      intermediary field_13713 Lnet/minecraft/class_629$class_2908;field_13713:Lnet/minecraft/class_629$class_2908;
      named field_13713 Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13713:Lcom/mojang/blaze3d/platform/GLX$class_2908;
  • Constructor Details

    • class_2908

      private class_2908()
  • Method Details

    • values

      public static GLX.class_2908[] 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 GLX.class_2908 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