public abstract class QuadGatheringTransformer extends java.lang.Object implements IVertexConsumer
Modifier and Type | Field and Description |
---|---|
protected byte[] |
dataLength |
protected VertexFormat |
format |
protected IVertexConsumer |
parent |
protected float[][][] |
quadData |
protected int |
vertices |
Constructor and Description |
---|
QuadGatheringTransformer() |
Modifier and Type | Method and Description |
---|---|
VertexFormat |
getVertexFormat() |
protected abstract void |
processQuad() |
void |
put(int element,
float... data) |
void |
setParent(IVertexConsumer parent) |
void |
setVertexFormat(VertexFormat format) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTexture
protected IVertexConsumer parent
protected VertexFormat format
protected int vertices
protected byte[] dataLength
protected float[][][] quadData
public void setParent(IVertexConsumer parent)
public void setVertexFormat(VertexFormat format)
public VertexFormat getVertexFormat()
getVertexFormat
in interface IVertexConsumer
public void put(int element, float... data)
put
in interface IVertexConsumer
protected abstract void processQuad()