Package com.mojang.blaze3d.platform
Enum Class 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$mintermediary net/minecraft/class_2403$class_2867named com/mojang/blaze3d/platform/GlStateManager$class_2867
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlStateManager.class_2867Returns the enum constant of this class with the specified name.static GlStateManager.class_2867[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_13487
- Mappings:
Namespace Name Mixin selector official aLbqg$m;a:Lbqg$m;intermediary field_13487Lnet/minecraft/class_2403$class_2867;field_13487:Lnet/minecraft/class_2403$class_2867;named field_13487Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13487:Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;
-
field_13488
- Mappings:
Namespace Name Mixin selector official bLbqg$m;b:Lbqg$m;intermediary field_13488Lnet/minecraft/class_2403$class_2867;field_13488:Lnet/minecraft/class_2403$class_2867;named field_13488Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13488:Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;
-
field_13489
- Mappings:
Namespace Name Mixin selector official cLbqg$m;c:Lbqg$m;intermediary field_13489Lnet/minecraft/class_2403$class_2867;field_13489:Lnet/minecraft/class_2403$class_2867;named field_13489Lcom/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 dLbqg$m;d:Iintermediary field_13490Lnet/minecraft/class_2403$class_2867;field_13490:Inamed field_13490Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;field_13490:I
-
-
Constructor Details
-
class_2867
private class_2867(int int2)
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-