net.minecraft.client.render

public record BuiltBuffer$DrawParameters

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
format
comp_749
format
private final int
vertexCount
comp_750
vertexCount
private final int
indexCount
comp_751
indexCount
private final VertexFormat$DrawMode
mode
comp_752
mode
private final VertexFormat$IndexType
indexType
comp_753
indexType

Constructor summary

ModifierConstructor
public (VertexFormat format, int vertexCount, int indexCount, VertexFormat$DrawMode mode, VertexFormat$IndexType indexType)

Method summary

Modifier and TypeMethod
public VertexFormat
format()
comp_749()
format()
public int
vertexCount()
comp_750()
vertexCount()
public int
indexCount()
comp_751()
indexCount()
public VertexFormat$DrawMode
mode()
comp_752()
mode()
public VertexFormat$IndexType
indexType()
comp_753()
indexType()