Package com.mojang.blaze3d.platform
Enum Class GLX.class_2908
- All Implemented Interfaces:
Serializable,Comparable<GLX.class_2908>,Constable
- Enclosing class:
- GLX
- Mappings:
Namespace Name official cdb$aintermediary net/minecraft/class_629$class_2908named com/mojang/blaze3d/platform/GLX$class_2908
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GLX.class_2908Returns the enum constant of this class with the specified name.static GLX.class_2908[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_13711
- Mappings:
Namespace Name Mixin selector official aLcdb$a;a:Lcdb$a;intermediary field_13711Lnet/minecraft/class_629$class_2908;field_13711:Lnet/minecraft/class_629$class_2908;named field_13711Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13711:Lcom/mojang/blaze3d/platform/GLX$class_2908;
-
field_13712
- Mappings:
Namespace Name Mixin selector official bLcdb$a;b:Lcdb$a;intermediary field_13712Lnet/minecraft/class_629$class_2908;field_13712:Lnet/minecraft/class_629$class_2908;named field_13712Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13712:Lcom/mojang/blaze3d/platform/GLX$class_2908;
-
field_13713
- Mappings:
Namespace Name Mixin selector official cLcdb$a;c:Lcdb$a;intermediary field_13713Lnet/minecraft/class_629$class_2908;field_13713:Lnet/minecraft/class_629$class_2908;named field_13713Lcom/mojang/blaze3d/platform/GLX$class_2908;field_13713:Lcom/mojang/blaze3d/platform/GLX$class_2908;
-
-
Constructor Details
-
class_2908
private class_2908()
-
-
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
-