Package net.minecraft.client.gl
Enum Class GlBufferTarget
- All Implemented Interfaces:
Serializable
,Comparable<GlBufferTarget>
,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlBufferTarget
intermediary net/minecraft/class_10226
official fek
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GlBufferTarget
Returns the enum constant of this class with the specified name.static GlBufferTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
- 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
- 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
- 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
- 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
- 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
- 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
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
-