@Environment(value=CLIENT) public class Tessellator extends Object
Modifier and Type | Field and Description |
---|---|
private BufferBuilder |
buffer |
private static Tessellator |
INSTANCE |
Constructor and Description |
---|
Tessellator() |
Tessellator(int bufferCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
BufferBuilder |
getBuffer() |
static Tessellator |
getInstance() |
private static final Tessellator INSTANCE
private final BufferBuilder buffer
public Tessellator(int bufferCapacity)
public Tessellator()
public static Tessellator getInstance()
public void draw()
public BufferBuilder getBuffer()