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$u
intermediary net/minecraft/class_4493$class_1036
named 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 private
TexCoord()
Deprecated. -
Method Summary
Modifier and Type Method Description static GlStateManager.TexCoord
valueOf(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 a
Ldkr$u;a:Ldkr$u;
intermediary field_5154
Lnet/minecraft/class_4493$class_1036;field_5154:Lnet/minecraft/class_4493$class_1036;
named S
Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;S:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
T
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr$u;b:Ldkr$u;
intermediary field_5155
Lnet/minecraft/class_4493$class_1036;field_5155:Lnet/minecraft/class_4493$class_1036;
named T
Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;T:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
R
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr$u;c:Ldkr$u;
intermediary field_5156
Lnet/minecraft/class_4493$class_1036;field_5156:Lnet/minecraft/class_4493$class_1036;
named R
Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;R:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
Q
Deprecated.- Mappings:
Namespace Name Mixin selector official d
Ldkr$u;d:Ldkr$u;
intermediary field_5157
Lnet/minecraft/class_4493$class_1036;field_5157:Lnet/minecraft/class_4493$class_1036;
named Q
Lcom/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
-