public abstract class TransformerConsumer extends java.lang.Object implements IVertexConsumer
Modifier and Type | Field and Description |
---|---|
private IVertexConsumer |
parent |
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, wait
setApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTexture
private IVertexConsumer parent
protected TransformerConsumer(IVertexConsumer parent)
public VertexFormat getVertexFormat()
getVertexFormat
in interface IVertexConsumer
public void put(int element, float... data)
put
in interface IVertexConsumer
protected abstract float[] transform(int element, float... data)