@Environment(value=CLIENT) public static final class BufferBuilder.DrawArrayParameters extends Object
Modifier and Type | Field and Description |
---|---|
private int |
count |
private int |
mode |
private VertexFormat |
vertexFormat |
Modifier | Constructor and Description |
---|---|
private |
DrawArrayParameters(VertexFormat vertexFormat,
int count,
int mode) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getMode() |
VertexFormat |
getVertexFormat() |
private final VertexFormat vertexFormat
private final int count
private final int mode
private DrawArrayParameters(VertexFormat vertexFormat, int count, int mode)
public VertexFormat getVertexFormat()
public int getCount()
public int getMode()