Package com.mojang.blaze3d.platform
Enum GlStateManager.TexCoord
- All Implemented Interfaces:
Serializable,Comparable<GlStateManager.TexCoord>,java.lang.constant.Constable
- Enclosing class:
- GlStateManager
@Environment(CLIENT) public static enum GlStateManager.TexCoord extends Enum<GlStateManager.TexCoord>
- Mappings:
Namespace Name official bfl$ointermediary net/minecraft/class_1013$class_1028named com/mojang/blaze3d/platform/GlStateManager$TexCoord
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateTexCoord() -
Method Summary
Modifier and Type Method Description static GlStateManager.TexCoordvalueOf(String name)Returns the enum constant of this type with the specified name.static GlStateManager.TexCoord[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
S
- Mappings:
Namespace Name Mixin selector official aLbfl$o;a:Lbfl$o;intermediary field_4380Lnet/minecraft/class_1013$class_1028;field_4380:Lnet/minecraft/class_1013$class_1028;named SLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;S:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
T
- Mappings:
Namespace Name Mixin selector official bLbfl$o;b:Lbfl$o;intermediary field_4381Lnet/minecraft/class_1013$class_1028;field_4381:Lnet/minecraft/class_1013$class_1028;named TLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;T:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
R
- Mappings:
Namespace Name Mixin selector official cLbfl$o;c:Lbfl$o;intermediary field_4382Lnet/minecraft/class_1013$class_1028;field_4382:Lnet/minecraft/class_1013$class_1028;named RLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;R:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
Q
- Mappings:
Namespace Name Mixin selector official dLbfl$o;d:Lbfl$o;intermediary field_4383Lnet/minecraft/class_1013$class_1028;field_4383:Lnet/minecraft/class_1013$class_1028;named QLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;Q:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
-
Constructor Details
-
TexCoord
private TexCoord()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-