Package net.minecraft.client.render
Enum Class VertexFormatElement.Type
- All Implemented Interfaces:
Serializable
,Comparable<VertexFormatElement.Type>
,Constable
- Enclosing class:
- VertexFormatElement
@Environment(CLIENT)
public static enum VertexFormatElement.Type
extends Enum<VertexFormatElement.Type>
- Mappings:
Namespace Name official dqq$b
intermediary net/minecraft/class_296$class_298
named net/minecraft/client/render/VertexFormatElement$Type
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static interface
private static interface
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
Type(String name, VertexFormatElement.Type.Starter starter, VertexFormatElement.Type.Finisher finisher)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endDrawing(int textureIndex, int elementIndex)
getName()
(package private) void
startDrawing(int size, int type, int stride, long pointer, int textureIndex, int elementIndex)
static VertexFormatElement.Type
Returns the enum constant of this class with the specified name.static VertexFormatElement.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITION
- Mappings:
Namespace Name Mixin selector official a
Ldqq$b;a:Ldqq$b;
intermediary field_1633
Lnet/minecraft/class_296$class_298;field_1633:Lnet/minecraft/class_296$class_298;
named POSITION
Lnet/minecraft/client/render/VertexFormatElement$Type;POSITION:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
NORMAL
- Mappings:
Namespace Name Mixin selector official b
Ldqq$b;b:Ldqq$b;
intermediary field_1635
Lnet/minecraft/class_296$class_298;field_1635:Lnet/minecraft/class_296$class_298;
named NORMAL
Lnet/minecraft/client/render/VertexFormatElement$Type;NORMAL:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
COLOR
- Mappings:
Namespace Name Mixin selector official c
Ldqq$b;c:Ldqq$b;
intermediary field_1632
Lnet/minecraft/class_296$class_298;field_1632:Lnet/minecraft/class_296$class_298;
named COLOR
Lnet/minecraft/client/render/VertexFormatElement$Type;COLOR:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
UV
- Mappings:
Namespace Name Mixin selector official d
Ldqq$b;d:Ldqq$b;
intermediary field_1636
Lnet/minecraft/class_296$class_298;field_1636:Lnet/minecraft/class_296$class_298;
named UV
Lnet/minecraft/client/render/VertexFormatElement$Type;UV:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
PADDING
- Mappings:
Namespace Name Mixin selector official e
Ldqq$b;e:Ldqq$b;
intermediary field_1629
Lnet/minecraft/class_296$class_298;field_1629:Lnet/minecraft/class_296$class_298;
named PADDING
Lnet/minecraft/client/render/VertexFormatElement$Type;PADDING:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
GENERIC
- Mappings:
Namespace Name Mixin selector official f
Ldqq$b;f:Ldqq$b;
intermediary field_20782
Lnet/minecraft/class_296$class_298;field_20782:Lnet/minecraft/class_296$class_298;
named GENERIC
Lnet/minecraft/client/render/VertexFormatElement$Type;GENERIC:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official g
Ldqq$b;g:Ljava/lang/String;
intermediary field_1630
Lnet/minecraft/class_296$class_298;field_1630:Ljava/lang/String;
named name
Lnet/minecraft/client/render/VertexFormatElement$Type;name:Ljava/lang/String;
-
starter
- Mappings:
Namespace Name Mixin selector official h
Ldqq$b;h:Ldqq$b$b;
intermediary field_20783
Lnet/minecraft/class_296$class_298;field_20783:Lnet/minecraft/class_296$class_298$class_4575;
named starter
Lnet/minecraft/client/render/VertexFormatElement$Type;starter:Lnet/minecraft/client/render/VertexFormatElement$Type$Starter;
-
finisher
- Mappings:
Namespace Name Mixin selector official i
Ldqq$b;i:Ldqq$b$a;
intermediary field_20784
Lnet/minecraft/class_296$class_298;field_20784:Lnet/minecraft/class_296$class_298$class_5938;
named finisher
Lnet/minecraft/client/render/VertexFormatElement$Type;finisher:Lnet/minecraft/client/render/VertexFormatElement$Type$Finisher;
-
-
Constructor Details
-
Type
private Type(String name, VertexFormatElement.Type.Starter starter, VertexFormatElement.Type.Finisher finisher)- Mappings:
Namespace Name Mixin selector official <init>
Ldqq$b;<init>(Ljava/lang/String;ILjava/lang/String;Ldqq$b$b;Ldqq$b$a;)V
intermediary <init>
Lnet/minecraft/class_296$class_298;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_296$class_298$class_4575;Lnet/minecraft/class_296$class_298$class_5938;)V
named <init>
Lnet/minecraft/client/render/VertexFormatElement$Type;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/client/render/VertexFormatElement$Type$Starter;Lnet/minecraft/client/render/VertexFormatElement$Type$Finisher;)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
-
startDrawing
void startDrawing(int size, int type, int stride, long pointer, int textureIndex, int elementIndex)- Mappings:
Namespace Name Mixin selector official a
Ldqq$b;a(IIIJII)V
intermediary method_22655
Lnet/minecraft/class_296$class_298;method_22655(IIIJII)V
named startDrawing
Lnet/minecraft/client/render/VertexFormatElement$Type;startDrawing(IIIJII)V
-
endDrawing
public void endDrawing(int textureIndex, int elementIndex)- Mappings:
Namespace Name Mixin selector official a
Ldqq$b;a(II)V
intermediary method_22654
Lnet/minecraft/class_296$class_298;method_22654(II)V
named endDrawing
Lnet/minecraft/client/render/VertexFormatElement$Type;endDrawing(II)V
-
getName
- Mappings:
Namespace Name Mixin selector official a
Ldqq$b;a()Ljava/lang/String;
intermediary method_1392
Lnet/minecraft/class_296$class_298;method_1392()Ljava/lang/String;
named getName
Lnet/minecraft/client/render/VertexFormatElement$Type;getName()Ljava/lang/String;
-