Enum Class GlStateManager.class_2867

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

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

    • field_13487

      public static final GlStateManager.class_2867 field_13487
      Mappings:
      Namespace Name Mixin selector
      official a Lbqg$m;a:Lbqg$m;
      intermediary field_13487 Lnet/minecraft/class_2403$class_2867;field_13487:Lnet/minecraft/class_2403$class_2867;
      named field_13487 Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13487:Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;
    • field_13488

      public static final GlStateManager.class_2867 field_13488
      Mappings:
      Namespace Name Mixin selector
      official b Lbqg$m;b:Lbqg$m;
      intermediary field_13488 Lnet/minecraft/class_2403$class_2867;field_13488:Lnet/minecraft/class_2403$class_2867;
      named field_13488 Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13488:Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;
    • field_13489

      public static final GlStateManager.class_2867 field_13489
      Mappings:
      Namespace Name Mixin selector
      official c Lbqg$m;c:Lbqg$m;
      intermediary field_13489 Lnet/minecraft/class_2403$class_2867;field_13489:Lnet/minecraft/class_2403$class_2867;
      named field_13489 Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13489:Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;
  • Field Details

    • field_13490

      public final int field_13490
      Mappings:
      Namespace Name Mixin selector
      official d Lbqg$m;d:I
      intermediary field_13490 Lnet/minecraft/class_2403$class_2867;field_13490:I
      named field_13490 Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13490:I
  • Constructor Details

    • class_2867

      private class_2867(int int2)
  • Method Details

    • values

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