Package com.mojang.blaze3d.platform
Enum Class 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 bus$iintermediary net/minecraft/class_2403$class_2865named com/mojang/blaze3d/platform/GlStateManager$class_2865
-
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_2865Returns the enum constant of this class with the specified name.static GlStateManager.class_2865[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_13466
- Mappings:
Namespace Name Mixin selector official aLbus$i;a:Lbus$i;intermediary field_13466Lnet/minecraft/class_2403$class_2865;field_13466:Lnet/minecraft/class_2403$class_2865;named field_13466Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13466:Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;
-
field_13467
- Mappings:
Namespace Name Mixin selector official bLbus$i;b:Lbus$i;intermediary field_13467Lnet/minecraft/class_2403$class_2865;field_13467:Lnet/minecraft/class_2403$class_2865;named field_13467Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13467:Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;
-
field_13468
- Mappings:
Namespace Name Mixin selector official cLbus$i;c:Lbus$i;intermediary field_13468Lnet/minecraft/class_2403$class_2865;field_13468:Lnet/minecraft/class_2403$class_2865;named field_13468Lcom/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 dLbus$i;d:Iintermediary field_13469Lnet/minecraft/class_2403$class_2865;field_13469:Inamed field_13469Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;field_13469:I
-
-
Constructor Details
-
class_2865
private class_2865(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
-