public abstract class TransformerConsumer extends java.lang.Object implements IVertexConsumer
| Modifier | Constructor and Description |
|---|---|
protected |
TransformerConsumer(IVertexConsumer parent) |
| Modifier and Type | Method and Description |
|---|---|
VertexFormat |
getVertexFormat() |
void |
put(int element,
float... data) |
protected abstract float[] |
transform(int element,
float... data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTextureprotected TransformerConsumer(IVertexConsumer parent)
public VertexFormat getVertexFormat()
getVertexFormat in interface IVertexConsumerpublic void put(int element,
float... data)
put in interface IVertexConsumerprotected abstract float[] transform(int element,
float... data)