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 int
count
private int
field_27354
private VertexFormat.IntType
field_27355
private boolean
field_27356
private boolean
field_27357
private VertexFormat.DrawMode
mode
private VertexFormat
vertexFormat
-
Constructor Summary
Constructors Modifier Constructor Description private
DrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)
-
Method Summary
Modifier and Type Method Description int
getCount()
VertexFormat.DrawMode
getMode()
VertexFormat
getVertexFormat()
int
method_31955()
VertexFormat.IntType
method_31956()
int
method_31957()
int
method_31958()
boolean
method_31959()
boolean
method_31960()
private int
method_31961()
-
Field Details
-
vertexFormat
-
count
private final int count -
field_27354
private final int field_27354 -
mode
-
field_27355
-
field_27356
private final boolean field_27356 -
field_27357
private final boolean field_27357
-
-
Constructor Details
-
DrawArrayParameters
private DrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)
-
-
Method Details
-
getVertexFormat
-
getCount
public int getCount() -
method_31955
public int method_31955() -
getMode
-
method_31956
-
method_31957
public int method_31957() -
method_31961
private int method_31961() -
method_31958
public int method_31958() -
method_31959
public boolean method_31959() -
method_31960
public boolean method_31960()
-