Enum Class GlStateManager.class_2865

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

@Environment(CLIENT) public static enum GlStateManager.class_2865 extends Enum<GlStateManager.class_2865>
Mappings:
Namespace Name
official cua$i
intermediary net/minecraft/class_2403$class_2865
named com/mojang/blaze3d/platform/GlStateManager$class_2865
  • Enum Constant Details

    • field_13466

      public static final GlStateManager.class_2865 field_13466
      Mappings:
      Namespace Name Mixin selector
      official a Lcua$i;a:Lcua$i;
      intermediary field_13466 Lnet/minecraft/class_2403$class_2865;field_13466:Lnet/minecraft/class_2403$class_2865;
      named field_13466 Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13466:Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;
    • field_13467

      public static final GlStateManager.class_2865 field_13467
      Mappings:
      Namespace Name Mixin selector
      official b Lcua$i;b:Lcua$i;
      intermediary field_13467 Lnet/minecraft/class_2403$class_2865;field_13467:Lnet/minecraft/class_2403$class_2865;
      named field_13467 Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13467:Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;
    • field_13468

      public static final GlStateManager.class_2865 field_13468
      Mappings:
      Namespace Name Mixin selector
      official c Lcua$i;c:Lcua$i;
      intermediary field_13468 Lnet/minecraft/class_2403$class_2865;field_13468:Lnet/minecraft/class_2403$class_2865;
      named field_13468 Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13468:Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;
  • Field Details

    • field_13469

      public final int field_13469
      Mappings:
      Namespace Name Mixin selector
      official d Lcua$i;d:I
      intermediary field_13469 Lnet/minecraft/class_2403$class_2865;field_13469:I
      named field_13469 Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13469:I
  • Constructor Details

    • class_2865

      private class_2865(int int2)
  • Method Details

    • values

      public static GlStateManager.class_2865[] 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 GlStateManager.class_2865 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