Enum Class GlStateManager.class_4224

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

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

    • field_20722

      public static final GlStateManager.class_4224 field_20722
      Mappings:
      Namespace Name Mixin selector
      official a Lcua$y;a:Lcua$y;
      intermediary field_20722 Lnet/minecraft/class_2403$class_4224;field_20722:Lnet/minecraft/class_2403$class_4224;
      named field_20722 Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20722:Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;
  • Field Details

    • field_20723

      protected int field_20723
      Mappings:
      Namespace Name Mixin selector
      official b Lcua$y;b:I
      intermediary field_20723 Lnet/minecraft/class_2403$class_4224;field_20723:I
      named field_20723 Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20723:I
    • field_20724

      protected int field_20724
      Mappings:
      Namespace Name Mixin selector
      official c Lcua$y;c:I
      intermediary field_20724 Lnet/minecraft/class_2403$class_4224;field_20724:I
      named field_20724 Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20724:I
    • field_20725

      protected int field_20725
      Mappings:
      Namespace Name Mixin selector
      official d Lcua$y;d:I
      intermediary field_20725 Lnet/minecraft/class_2403$class_4224;field_20725:I
      named field_20725 Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20725:I
    • field_20726

      protected int field_20726
      Mappings:
      Namespace Name Mixin selector
      official e Lcua$y;e:I
      intermediary field_20726 Lnet/minecraft/class_2403$class_4224;field_20726:I
      named field_20726 Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20726:I
  • Constructor Details

    • class_4224

      private class_4224()
  • Method Details

    • values

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