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 intfield_27354private VertexFormat.IntTypefield_27355private booleanfield_27356private booleanfield_27357private VertexFormat.DrawModemodeprivate VertexFormatvertexFormat -
Constructor Summary
Constructors Modifier Constructor Description privateDrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2) -
Method Summary
Modifier and Type Method Description intgetCount()VertexFormat.DrawModegetMode()VertexFormatgetVertexFormat()intmethod_31955()VertexFormat.IntTypemethod_31956()intmethod_31957()intmethod_31958()booleanmethod_31959()booleanmethod_31960()private intmethod_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()
-