@Deprecated @Environment(value=CLIENT) public static enum GlStateManager.TexCoord extends Enum<GlStateManager.TexCoord>
Enum Constant and Description |
---|
Q
Deprecated.
|
R
Deprecated.
|
S
Deprecated.
|
T
Deprecated.
|
Modifier and Type | Method and 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.
|
public static final GlStateManager.TexCoord S
public static final GlStateManager.TexCoord T
public static final GlStateManager.TexCoord R
public static final GlStateManager.TexCoord Q
public static GlStateManager.TexCoord[] values()
for (GlStateManager.TexCoord c : GlStateManager.TexCoord.values()) System.out.println(c);
public static GlStateManager.TexCoord valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null