Package net.minecraft.client.render
Class VertexFormat
java.lang.Object
net.minecraft.client.render.VertexFormat
@Environment(CLIENT) public class VertexFormat extends Object
- Mappings:
Namespace Name official dnq
intermediary net/minecraft/class_293
named net/minecraft/client/render/VertexFormat
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexFormat.DrawMode
static class
VertexFormat.IntType
-
Field Summary
Fields Modifier and Type Field Description private ImmutableList<VertexFormatElement>
elements
private ImmutableMap<String,VertexFormatElement>
field_29340
private int
field_29341
private int
field_29342
private int
field_29343
private IntList
offsets
private int
size
-
Constructor Summary
Constructors Constructor Description VertexFormat(ImmutableMap<String,VertexFormatElement> immutableMap)
-
Method Summary
Modifier and Type Method Description void
endDrawing()
boolean
equals(Object o)
ImmutableList<VertexFormatElement>
getElements()
int
getVertexSize()
int
getVertexSizeInteger()
int
hashCode()
ImmutableList<String>
method_34445()
int
method_34446()
int
method_34447()
int
method_34448()
private void
method_34449()
private void
method_34450()
void
startDrawing()
String
toString()
-
Field Details
-
elements
- Mappings:
Namespace Name Mixin selector official a
Ldnq;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;
-
field_29340
- Mappings:
Namespace Name Mixin selector official b
Ldnq;b:Lcom/google/common/collect/ImmutableMap;
intermediary field_29340
Lnet/minecraft/class_293;field_29340:Lcom/google/common/collect/ImmutableMap;
named field_29340
Lnet/minecraft/client/render/VertexFormat;field_29340:Lcom/google/common/collect/ImmutableMap;
-
offsets
- Mappings:
Namespace Name Mixin selector official c
Ldnq;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
Ldnq;d:I
intermediary field_1600
Lnet/minecraft/class_293;field_1600:I
named size
Lnet/minecraft/client/render/VertexFormat;size:I
-
field_29341
private int field_29341- Mappings:
Namespace Name Mixin selector official e
Ldnq;e:I
intermediary field_29341
Lnet/minecraft/class_293;field_29341:I
named field_29341
Lnet/minecraft/client/render/VertexFormat;field_29341:I
-
field_29342
private int field_29342- Mappings:
Namespace Name Mixin selector official f
Ldnq;f:I
intermediary field_29342
Lnet/minecraft/class_293;field_29342:I
named field_29342
Lnet/minecraft/client/render/VertexFormat;field_29342:I
-
field_29343
private int field_29343- Mappings:
Namespace Name Mixin selector official g
Ldnq;g:I
intermediary field_29343
Lnet/minecraft/class_293;field_29343:I
named field_29343
Lnet/minecraft/client/render/VertexFormat;field_29343:I
-
-
Constructor Details
-
VertexFormat
-
-
Method Details
-
toString
-
getVertexSizeInteger
public int getVertexSizeInteger()- Mappings:
Namespace Name Mixin selector official a
Ldnq;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
Ldnq;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
Ldnq;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;
-
method_34445
- Mappings:
Namespace Name Mixin selector official d
Ldnq;d()Lcom/google/common/collect/ImmutableList;
intermediary method_34445
Lnet/minecraft/class_293;method_34445()Lcom/google/common/collect/ImmutableList;
named method_34445
Lnet/minecraft/client/render/VertexFormat;method_34445()Lcom/google/common/collect/ImmutableList;
-
equals
-
hashCode
public int hashCode() -
startDrawing
public void startDrawing()- Mappings:
Namespace Name Mixin selector official e
Ldnq;e()V
intermediary method_22649
Lnet/minecraft/class_293;method_22649()V
named startDrawing
Lnet/minecraft/client/render/VertexFormat;startDrawing()V
-
method_34449
private void method_34449()- Mappings:
Namespace Name Mixin selector official j
Ldnq;j()V
intermediary method_34449
Lnet/minecraft/class_293;method_34449()V
named method_34449
Lnet/minecraft/client/render/VertexFormat;method_34449()V
-
endDrawing
public void endDrawing()- Mappings:
Namespace Name Mixin selector official f
Ldnq;f()V
intermediary method_22651
Lnet/minecraft/class_293;method_22651()V
named endDrawing
Lnet/minecraft/client/render/VertexFormat;endDrawing()V
-
method_34450
private void method_34450()- Mappings:
Namespace Name Mixin selector official k
Ldnq;k()V
intermediary method_34450
Lnet/minecraft/class_293;method_34450()V
named method_34450
Lnet/minecraft/client/render/VertexFormat;method_34450()V
-
method_34446
public int method_34446()- Mappings:
Namespace Name Mixin selector official g
Ldnq;g()I
intermediary method_34446
Lnet/minecraft/class_293;method_34446()I
named method_34446
Lnet/minecraft/client/render/VertexFormat;method_34446()I
-
method_34447
public int method_34447()- Mappings:
Namespace Name Mixin selector official h
Ldnq;h()I
intermediary method_34447
Lnet/minecraft/class_293;method_34447()I
named method_34447
Lnet/minecraft/client/render/VertexFormat;method_34447()I
-
method_34448
public int method_34448()- Mappings:
Namespace Name Mixin selector official i
Ldnq;i()I
intermediary method_34448
Lnet/minecraft/class_293;method_34448()I
named method_34448
Lnet/minecraft/client/render/VertexFormat;method_34448()I
-