Package com.mojang.blaze3d.platform
Enum Class 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$yintermediary net/minecraft/class_2403$class_4224named com/mojang/blaze3d/platform/GlStateManager$class_4224
-
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
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlStateManager.class_4224Returns the enum constant of this class with the specified name.static GlStateManager.class_4224[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_20722
- Mappings:
Namespace Name Mixin selector official aLcua$y;a:Lcua$y;intermediary field_20722Lnet/minecraft/class_2403$class_4224;field_20722:Lnet/minecraft/class_2403$class_4224;named field_20722Lcom/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 bLcua$y;b:Iintermediary field_20723Lnet/minecraft/class_2403$class_4224;field_20723:Inamed field_20723Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20723:I
-
field_20724
protected int field_20724- Mappings:
Namespace Name Mixin selector official cLcua$y;c:Iintermediary field_20724Lnet/minecraft/class_2403$class_4224;field_20724:Inamed field_20724Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20724:I
-
field_20725
protected int field_20725- Mappings:
Namespace Name Mixin selector official dLcua$y;d:Iintermediary field_20725Lnet/minecraft/class_2403$class_4224;field_20725:Inamed field_20725Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20725:I
-
field_20726
protected int field_20726- Mappings:
Namespace Name Mixin selector official eLcua$y;e:Iintermediary field_20726Lnet/minecraft/class_2403$class_4224;field_20726:Inamed field_20726Lcom/mojang/blaze3d/platform/GlStateManager$class_4224;field_20726:I
-
-
Constructor Details
-
class_4224
private class_4224()
-
-
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
-