Package net.minecraft.client.render
Class BufferBuilder.DrawArrayParameters
java.lang.Object
net.minecraft.client.render.BufferBuilder.DrawArrayParameters
- Enclosing class:
- BufferBuilder
@Environment(CLIENT) public static final class BufferBuilder.DrawArrayParameters extends Object
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate intmodeprivate VertexFormatvertexFormat -
Constructor Summary
Constructors Modifier Constructor Description privateDrawArrayParameters(VertexFormat vertexFormat, int count, int mode) -
Method Summary
Modifier and Type Method Description intgetCount()intgetMode()VertexFormatgetVertexFormat()
-
Field Details
-
vertexFormat
-
count
private final int count -
mode
private final int mode
-
-
Constructor Details
-
DrawArrayParameters
-
-
Method Details
-
getVertexFormat
-
getCount
public int getCount() -
getMode
public int getMode()
-