@Environment(value=CLIENT) public static final class BufferBuilder.DrawArrayParameters extends Object
| Modifier and Type | Field and 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 |
| Modifier | Constructor and Description |
|---|---|
private |
DrawArrayParameters(VertexFormat vertexFormat,
int count,
int mode,
VertexFormat.DrawMode drawMode,
VertexFormat.IntType intType,
boolean bool,
boolean bool2) |
| Modifier and Type | Method and 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() |
private final VertexFormat vertexFormat
private final int count
private final int field_27354
private final VertexFormat.DrawMode mode
private final VertexFormat.IntType field_27355
private final boolean field_27356
private final boolean field_27357
private DrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)
public VertexFormat getVertexFormat()
public int getCount()
public int method_31955()
public VertexFormat.DrawMode getMode()
public VertexFormat.IntType method_31956()
public int method_31957()
private int method_31961()
public int method_31958()
public boolean method_31959()
public boolean method_31960()