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 fig
-
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 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 aLfig;a:Lfig;
-
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 bLfig;b:Lfig;
-
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 cLfig;c:Lfig;
-
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 dLfig;d:Lfig;
-
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 eLfig;e:Lfig;
-
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 fLfig;f:Lfig;
-
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 gLfig;g:Lfig;
-
-
Constructor Details
-
GlBufferTarget
private GlBufferTarget()
-
-
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
-