com.mojang.blaze3d.vertex

public record MeshData$DrawState

fgr$a
com.mojang.blaze3d.vertex.MeshData$DrawState
net.minecraft.class_9801$class_4574
net.minecraft.client.render.BuiltBuffer$DrawParameters

Field summary

Modifier and TypeField
private final VertexFormat
a
format
comp_749
format
private final int
b
vertexCount
comp_750
vertexCount
private final int
c
indexCount
comp_751
indexCount
private final VertexFormat$Mode
d
mode
comp_752
mode
private final VertexFormat$IndexType
e
indexType
comp_753
indexType

Constructor summary

ModifierConstructor
public (VertexFormat arg0, int arg1, int arg2, VertexFormat$Mode arg3, VertexFormat$IndexType arg4)

Method summary

Modifier and TypeMethod
public VertexFormat
a()
format()
comp_749()
format()
public int
b()
vertexCount()
comp_750()
vertexCount()
public int
c()
indexCount()
comp_751()
indexCount()
public VertexFormat$Mode
d()
mode()
comp_752()
mode()
public VertexFormat$IndexType
e()
indexType()
comp_753()
indexType()