Package com.mojang.blaze3d.platform
Enum GlStateManager.TexCoord
- All Implemented Interfaces:
Serializable,Comparable<GlStateManager.TexCoord>,java.lang.constant.Constable
- Enclosing class:
- GlStateManager
@Deprecated @Environment(CLIENT) public static enum GlStateManager.TexCoord extends Enum<GlStateManager.TexCoord>
Deprecated.
- Mappings:
Namespace Name official dkr$uintermediary net/minecraft/class_4493$class_1036named 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()Deprecated. -
Method Summary
Modifier and Type Method Description static GlStateManager.TexCoordvalueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static GlStateManager.TexCoord[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
S
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr$u;a:Ldkr$u;intermediary field_5154Lnet/minecraft/class_4493$class_1036;field_5154:Lnet/minecraft/class_4493$class_1036;named SLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;S:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
T
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr$u;b:Ldkr$u;intermediary field_5155Lnet/minecraft/class_4493$class_1036;field_5155:Lnet/minecraft/class_4493$class_1036;named TLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;T:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
R
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr$u;c:Ldkr$u;intermediary field_5156Lnet/minecraft/class_4493$class_1036;field_5156:Lnet/minecraft/class_4493$class_1036;named RLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;R:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
Q
Deprecated.- Mappings:
Namespace Name Mixin selector official dLdkr$u;d:Ldkr$u;intermediary field_5157Lnet/minecraft/class_4493$class_1036;field_5157:Lnet/minecraft/class_4493$class_1036;named QLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;Q:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
-
Constructor Details
-
TexCoord
private TexCoord()Deprecated.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-