Package net.minecraft.client.render
Enum VertexFormat.DrawMode
- All Implemented Interfaces:
Serializable,Comparable<VertexFormat.DrawMode>,java.lang.constant.Constable
- Enclosing class:
- VertexFormat
@Environment(CLIENT) public static enum VertexFormat.DrawMode extends Enum<VertexFormat.DrawMode>
- Mappings:
Namespace Name official dlw$bintermediary net/minecraft/class_293$class_5596named net/minecraft/client/render/VertexFormat$DrawMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description LINE_STRIPLINESQUADSTRIANGLE_FANTRIANGLE_STRIPTRIANGLES -
Field Summary
Fields Modifier and Type Field Description intfield_27384intfield_27385intmode -
Constructor Summary
Constructors Modifier Constructor Description privateDrawMode(int mode, int int2, int int3) -
Method Summary
Modifier and Type Method Description intgetSize(int vertexCount)static VertexFormat.DrawModevalueOf(String name)Returns the enum constant of this type with the specified name.static VertexFormat.DrawMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LINES
- Mappings:
Namespace Name Mixin selector official aLdlw$b;a:Ldlw$b;intermediary field_27377Lnet/minecraft/class_293$class_5596;field_27377:Lnet/minecraft/class_293$class_5596;named LINESLnet/minecraft/client/render/VertexFormat$DrawMode;LINES:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
LINE_STRIP
- Mappings:
Namespace Name Mixin selector official bLdlw$b;b:Ldlw$b;intermediary field_27378Lnet/minecraft/class_293$class_5596;field_27378:Lnet/minecraft/class_293$class_5596;named LINE_STRIPLnet/minecraft/client/render/VertexFormat$DrawMode;LINE_STRIP:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
TRIANGLES
- Mappings:
Namespace Name Mixin selector official cLdlw$b;c:Ldlw$b;intermediary field_27379Lnet/minecraft/class_293$class_5596;field_27379:Lnet/minecraft/class_293$class_5596;named TRIANGLESLnet/minecraft/client/render/VertexFormat$DrawMode;TRIANGLES:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
TRIANGLE_STRIP
- Mappings:
Namespace Name Mixin selector official dLdlw$b;d:Ldlw$b;intermediary field_27380Lnet/minecraft/class_293$class_5596;field_27380:Lnet/minecraft/class_293$class_5596;named TRIANGLE_STRIPLnet/minecraft/client/render/VertexFormat$DrawMode;TRIANGLE_STRIP:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
TRIANGLE_FAN
- Mappings:
Namespace Name Mixin selector official eLdlw$b;e:Ldlw$b;intermediary field_27381Lnet/minecraft/class_293$class_5596;field_27381:Lnet/minecraft/class_293$class_5596;named TRIANGLE_FANLnet/minecraft/client/render/VertexFormat$DrawMode;TRIANGLE_FAN:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
QUADS
- Mappings:
Namespace Name Mixin selector official fLdlw$b;f:Ldlw$b;intermediary field_27382Lnet/minecraft/class_293$class_5596;field_27382:Lnet/minecraft/class_293$class_5596;named QUADSLnet/minecraft/client/render/VertexFormat$DrawMode;QUADS:Lnet/minecraft/client/render/VertexFormat$DrawMode;
-
-
Field Details
-
mode
public final int mode- Mappings:
Namespace Name Mixin selector official gLdlw$b;g:Iintermediary field_27383Lnet/minecraft/class_293$class_5596;field_27383:Inamed modeLnet/minecraft/client/render/VertexFormat$DrawMode;mode:I
-
field_27384
public final int field_27384- Mappings:
Namespace Name Mixin selector official hLdlw$b;h:Iintermediary field_27384Lnet/minecraft/class_293$class_5596;field_27384:Inamed field_27384Lnet/minecraft/client/render/VertexFormat$DrawMode;field_27384:I
-
field_27385
public final int field_27385- Mappings:
Namespace Name Mixin selector official iLdlw$b;i:Iintermediary field_27385Lnet/minecraft/class_293$class_5596;field_27385:Inamed field_27385Lnet/minecraft/client/render/VertexFormat$DrawMode;field_27385:I
-
-
Constructor Details
-
DrawMode
private DrawMode(int mode, int int2, int int3)- Mappings:
Namespace Name Mixin selector official <init>Ldlw$b;<init>(Ljava/lang/String;IIII)Vintermediary <init>Lnet/minecraft/class_293$class_5596;<init>(Ljava/lang/String;IIII)Vnamed <init>Lnet/minecraft/client/render/VertexFormat$DrawMode;<init>(Ljava/lang/String;IIII)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getSize
public int getSize(int vertexCount)- Mappings:
Namespace Name Mixin selector official aLdlw$b;a(I)Iintermediary method_31973Lnet/minecraft/class_293$class_5596;method_31973(I)Inamed getSizeLnet/minecraft/client/render/VertexFormat$DrawMode;getSize(I)I
-