Package net.minecraft.client.gl
Enum Class GlBufferTarget
- All Implemented Interfaces:
Serializable,Comparable<GlBufferTarget>,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlBufferTargetintermediary net/minecraft/class_10226official fdo
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlBufferTargetReturns 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 VERTICESLnet/minecraft/client/gl/GlBufferTarget;VERTICES:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54330Lnet/minecraft/class_10226;field_54330:Lnet/minecraft/class_10226;official aLfdo;a:Lfdo;
-
INDICES
- Mappings:
Namespace Name Mixin selector named INDICESLnet/minecraft/client/gl/GlBufferTarget;INDICES:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54331Lnet/minecraft/class_10226;field_54331:Lnet/minecraft/class_10226;official bLfdo;b:Lfdo;
-
PIXEL_PACK
- Mappings:
Namespace Name Mixin selector named PIXEL_PACKLnet/minecraft/client/gl/GlBufferTarget;PIXEL_PACK:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54332Lnet/minecraft/class_10226;field_54332:Lnet/minecraft/class_10226;official cLfdo;c:Lfdo;
-
COPY_READ
- Mappings:
Namespace Name Mixin selector named COPY_READLnet/minecraft/client/gl/GlBufferTarget;COPY_READ:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54333Lnet/minecraft/class_10226;field_54333:Lnet/minecraft/class_10226;official dLfdo;d:Lfdo;
-
COPY_WRITE
- Mappings:
Namespace Name Mixin selector named COPY_WRITELnet/minecraft/client/gl/GlBufferTarget;COPY_WRITE:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54334Lnet/minecraft/class_10226;field_54334:Lnet/minecraft/class_10226;official eLfdo;e:Lfdo;
-
PIXEL_UNPACK
- Mappings:
Namespace Name Mixin selector named PIXEL_UNPACKLnet/minecraft/client/gl/GlBufferTarget;PIXEL_UNPACK:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54335Lnet/minecraft/class_10226;field_54335:Lnet/minecraft/class_10226;official fLfdo;f:Lfdo;
-
UNIFORM
- Mappings:
Namespace Name Mixin selector named UNIFORMLnet/minecraft/client/gl/GlBufferTarget;UNIFORM:Lnet/minecraft/client/gl/GlBufferTarget;intermediary field_54336Lnet/minecraft/class_10226;field_54336:Lnet/minecraft/class_10226;official gLfdo;g:Lfdo;
-
-
Field Details
-
id
final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gl/GlBufferTarget;id:Iintermediary field_54337Lnet/minecraft/class_10226;field_54337:Iofficial hLfdo;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)Vintermediary <init>Lnet/minecraft/class_10226;<init>(Ljava/lang/String;II)Vofficial <init>Lfdo;<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
-