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, waitsetApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTextureprotected 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 IVertexConsumerpublic void put(int element,
                float... data)
put in interface IVertexConsumerprotected abstract void processQuad()