Enum GlStateManager.TexCoord

java.lang.Object
java.lang.Enum<GlStateManager.TexCoord>
com.mojang.blaze3d.platform.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
  • Enum Constant Details

    • S

      public static final GlStateManager.TexCoord 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

      public static final 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

      public static final 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

      public static final 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

      public static GlStateManager.TexCoord[] 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

      public static GlStateManager.TexCoord valueOf​(String name)
      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 name
      NullPointerException - if the argument is null