Enum Class GlBufferTarget

java.lang.Object
java.lang.Enum<GlBufferTarget>
net.minecraft.client.gl.GlBufferTarget
All Implemented Interfaces:
Serializable, Comparable<GlBufferTarget>, Constable

@Environment(CLIENT) public enum GlBufferTarget extends Enum<GlBufferTarget>
Mappings:
Namespace Name
named net/minecraft/client/gl/GlBufferTarget
intermediary net/minecraft/class_10226
official fek
  • Enum Constant Details

    • VERTICES

      public static final GlBufferTarget VERTICES
      Mappings:
      Namespace Name Mixin selector
      named VERTICES Lnet/minecraft/client/gl/GlBufferTarget;VERTICES:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54330 Lnet/minecraft/class_10226;field_54330:Lnet/minecraft/class_10226;
      official a Lfek;a:Lfek;
    • INDICES

      public static final GlBufferTarget INDICES
      Mappings:
      Namespace Name Mixin selector
      named INDICES Lnet/minecraft/client/gl/GlBufferTarget;INDICES:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54331 Lnet/minecraft/class_10226;field_54331:Lnet/minecraft/class_10226;
      official b Lfek;b:Lfek;
    • PIXEL_PACK

      public static final GlBufferTarget PIXEL_PACK
      Mappings:
      Namespace Name Mixin selector
      named PIXEL_PACK Lnet/minecraft/client/gl/GlBufferTarget;PIXEL_PACK:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54332 Lnet/minecraft/class_10226;field_54332:Lnet/minecraft/class_10226;
      official c Lfek;c:Lfek;
    • COPY_READ

      public static final GlBufferTarget COPY_READ
      Mappings:
      Namespace Name Mixin selector
      named COPY_READ Lnet/minecraft/client/gl/GlBufferTarget;COPY_READ:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54333 Lnet/minecraft/class_10226;field_54333:Lnet/minecraft/class_10226;
      official d Lfek;d:Lfek;
    • COPY_WRITE

      public static final GlBufferTarget COPY_WRITE
      Mappings:
      Namespace Name Mixin selector
      named COPY_WRITE Lnet/minecraft/client/gl/GlBufferTarget;COPY_WRITE:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54334 Lnet/minecraft/class_10226;field_54334:Lnet/minecraft/class_10226;
      official e Lfek;e:Lfek;
    • PIXEL_UNPACK

      public static final GlBufferTarget PIXEL_UNPACK
      Mappings:
      Namespace Name Mixin selector
      named PIXEL_UNPACK Lnet/minecraft/client/gl/GlBufferTarget;PIXEL_UNPACK:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54335 Lnet/minecraft/class_10226;field_54335:Lnet/minecraft/class_10226;
      official f Lfek;f:Lfek;
    • UNIFORM

      public static final GlBufferTarget UNIFORM
      Mappings:
      Namespace Name Mixin selector
      named UNIFORM Lnet/minecraft/client/gl/GlBufferTarget;UNIFORM:Lnet/minecraft/client/gl/GlBufferTarget;
      intermediary field_54336 Lnet/minecraft/class_10226;field_54336:Lnet/minecraft/class_10226;
      official g Lfek;g:Lfek;
  • Field Details

    • id

      final int id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/client/gl/GlBufferTarget;id:I
      intermediary field_54337 Lnet/minecraft/class_10226;field_54337:I
      official h Lfek;h:I
  • Constructor Details

    • GlBufferTarget

      private GlBufferTarget(int id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gl/GlBufferTarget;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_10226;<init>(Ljava/lang/String;II)V
      official <init> Lfek;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

      public static GlBufferTarget[] 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

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