Package net.minecraft.client.render
Class VertexFormat
java.lang.Object
net.minecraft.client.render.VertexFormat
- Mappings:
Namespace Name official dqp
intermediary net/minecraft/class_293
named net/minecraft/client/render/VertexFormat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private final ImmutableMap<String,
VertexFormatElement> private final ImmutableList<VertexFormatElement>
private final IntList
private final int
private int
private int
-
Constructor Summary
-
Method Summary
-
Field Details
-
elements
- Mappings:
Namespace Name Mixin selector official a
Ldqp;a:Lcom/google/common/collect/ImmutableList;
intermediary field_1602
Lnet/minecraft/class_293;field_1602:Lcom/google/common/collect/ImmutableList;
named elements
Lnet/minecraft/client/render/VertexFormat;elements:Lcom/google/common/collect/ImmutableList;
-
elementMap
- Mappings:
Namespace Name Mixin selector official b
Ldqp;b:Lcom/google/common/collect/ImmutableMap;
intermediary field_29340
Lnet/minecraft/class_293;field_29340:Lcom/google/common/collect/ImmutableMap;
named elementMap
Lnet/minecraft/client/render/VertexFormat;elementMap:Lcom/google/common/collect/ImmutableMap;
-
offsets
- Mappings:
Namespace Name Mixin selector official c
Ldqp;c:Lit/unimi/dsi/fastutil/ints/IntList;
intermediary field_1597
Lnet/minecraft/class_293;field_1597:Lit/unimi/dsi/fastutil/ints/IntList;
named offsets
Lnet/minecraft/client/render/VertexFormat;offsets:Lit/unimi/dsi/fastutil/ints/IntList;
-
size
private final int size- Mappings:
Namespace Name Mixin selector official d
Ldqp;d:I
intermediary field_1600
Lnet/minecraft/class_293;field_1600:I
named size
Lnet/minecraft/client/render/VertexFormat;size:I
-
vertexArray
private int vertexArray- Mappings:
Namespace Name Mixin selector official e
Ldqp;e:I
intermediary field_29341
Lnet/minecraft/class_293;field_29341:I
named vertexArray
Lnet/minecraft/client/render/VertexFormat;vertexArray:I
-
vertexBuffer
private int vertexBuffer- Mappings:
Namespace Name Mixin selector official f
Ldqp;f:I
intermediary field_29342
Lnet/minecraft/class_293;field_29342:I
named vertexBuffer
Lnet/minecraft/client/render/VertexFormat;vertexBuffer:I
-
elementBuffer
private int elementBuffer- Mappings:
Namespace Name Mixin selector official g
Ldqp;g:I
intermediary field_29343
Lnet/minecraft/class_293;field_29343:I
named elementBuffer
Lnet/minecraft/client/render/VertexFormat;elementBuffer:I
-
-
Constructor Details
-
VertexFormat
- Mappings:
Namespace Name Mixin selector official <init>
Ldqp;<init>(Lcom/google/common/collect/ImmutableMap;)V
intermediary <init>
Lnet/minecraft/class_293;<init>(Lcom/google/common/collect/ImmutableMap;)V
named <init>
Lnet/minecraft/client/render/VertexFormat;<init>(Lcom/google/common/collect/ImmutableMap;)V
-
-
Method Details
-
toString
-
getVertexSizeInteger
public int getVertexSizeInteger()- Mappings:
Namespace Name Mixin selector official a
Ldqp;a()I
intermediary method_1359
Lnet/minecraft/class_293;method_1359()I
named getVertexSizeInteger
Lnet/minecraft/client/render/VertexFormat;getVertexSizeInteger()I
-
getVertexSize
public int getVertexSize()- Mappings:
Namespace Name Mixin selector official b
Ldqp;b()I
intermediary method_1362
Lnet/minecraft/class_293;method_1362()I
named getVertexSize
Lnet/minecraft/client/render/VertexFormat;getVertexSize()I
-
getElements
- Mappings:
Namespace Name Mixin selector official c
Ldqp;c()Lcom/google/common/collect/ImmutableList;
intermediary method_1357
Lnet/minecraft/class_293;method_1357()Lcom/google/common/collect/ImmutableList;
named getElements
Lnet/minecraft/client/render/VertexFormat;getElements()Lcom/google/common/collect/ImmutableList;
-
getShaderAttributes
- Mappings:
Namespace Name Mixin selector official d
Ldqp;d()Lcom/google/common/collect/ImmutableList;
intermediary method_34445
Lnet/minecraft/class_293;method_34445()Lcom/google/common/collect/ImmutableList;
named getShaderAttributes
Lnet/minecraft/client/render/VertexFormat;getShaderAttributes()Lcom/google/common/collect/ImmutableList;
-
equals
-
hashCode
public int hashCode() -
startDrawing
public void startDrawing()- Mappings:
Namespace Name Mixin selector official e
Ldqp;e()V
intermediary method_22649
Lnet/minecraft/class_293;method_22649()V
named startDrawing
Lnet/minecraft/client/render/VertexFormat;startDrawing()V
-
innerStartDrawing
private void innerStartDrawing()- Mappings:
Namespace Name Mixin selector official j
Ldqp;j()V
intermediary method_34449
Lnet/minecraft/class_293;method_34449()V
named innerStartDrawing
Lnet/minecraft/client/render/VertexFormat;innerStartDrawing()V
-
endDrawing
public void endDrawing()- Mappings:
Namespace Name Mixin selector official f
Ldqp;f()V
intermediary method_22651
Lnet/minecraft/class_293;method_22651()V
named endDrawing
Lnet/minecraft/client/render/VertexFormat;endDrawing()V
-
innerEndDrawing
private void innerEndDrawing()- Mappings:
Namespace Name Mixin selector official k
Ldqp;k()V
intermediary method_34450
Lnet/minecraft/class_293;method_34450()V
named innerEndDrawing
Lnet/minecraft/client/render/VertexFormat;innerEndDrawing()V
-
getVertexArray
public int getVertexArray()- Mappings:
Namespace Name Mixin selector official g
Ldqp;g()I
intermediary method_34446
Lnet/minecraft/class_293;method_34446()I
named getVertexArray
Lnet/minecraft/client/render/VertexFormat;getVertexArray()I
-
getVertexBuffer
public int getVertexBuffer()- Mappings:
Namespace Name Mixin selector official h
Ldqp;h()I
intermediary method_34447
Lnet/minecraft/class_293;method_34447()I
named getVertexBuffer
Lnet/minecraft/client/render/VertexFormat;getVertexBuffer()I
-
getElementBuffer
public int getElementBuffer()- Mappings:
Namespace Name Mixin selector official i
Ldqp;i()I
intermediary method_34448
Lnet/minecraft/class_293;method_34448()I
named getElementBuffer
Lnet/minecraft/client/render/VertexFormat;getElementBuffer()I
-