Package com.mojang.blaze3d.platform
Enum Class GlStateManager.TexCoord
- All Implemented Interfaces:
Serializable,Comparable<GlStateManager.TexCoord>,Constable
- Enclosing class:
- GlStateManager
@Environment(CLIENT)
public static enum GlStateManager.TexCoord
extends Enum<GlStateManager.TexCoord>
- Mappings:
Namespace Name official bus$uintermediary net/minecraft/class_2403$class_2418named 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
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlStateManager.TexCoordReturns the enum constant of this class with the specified name.static GlStateManager.TexCoord[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
S
- Mappings:
Namespace Name Mixin selector official aLbus$u;a:Lbus$u;intermediary field_10777Lnet/minecraft/class_2403$class_2418;field_10777:Lnet/minecraft/class_2403$class_2418;named SLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;S:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
T
- Mappings:
Namespace Name Mixin selector official bLbus$u;b:Lbus$u;intermediary field_10778Lnet/minecraft/class_2403$class_2418;field_10778:Lnet/minecraft/class_2403$class_2418;named TLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;T:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
R
- Mappings:
Namespace Name Mixin selector official cLbus$u;c:Lbus$u;intermediary field_10779Lnet/minecraft/class_2403$class_2418;field_10779:Lnet/minecraft/class_2403$class_2418;named RLcom/mojang/blaze3d/platform/GlStateManager$TexCoord;R:Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;
-
Q
- Mappings:
Namespace Name Mixin selector official dLbus$u;d:Lbus$u;intermediary field_10780Lnet/minecraft/class_2403$class_2418;field_10780:Lnet/minecraft/class_2403$class_2418;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 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
-