Class LightUtil.ItemConsumer
- java.lang.Object
-
- net.minecraftforge.client.model.pipeline.VertexTransformer
-
- net.minecraftforge.client.model.pipeline.LightUtil.ItemConsumer
-
- All Implemented Interfaces:
IVertexConsumer
- Enclosing class:
- LightUtil
public static class LightUtil.ItemConsumer extends VertexTransformer
-
-
Field Summary
Fields Modifier and Type Field Description private float[]auxColorprivate float[]bufprivate intvertices-
Fields inherited from class net.minecraftforge.client.model.pipeline.VertexTransformer
parent
-
-
Constructor Summary
Constructors Constructor Description ItemConsumer(IVertexConsumer parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(int element, float... data)voidsetAuxColor(float... auxColor)-
Methods inherited from class net.minecraftforge.client.model.pipeline.VertexTransformer
getVertexFormat, setApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTexture
-
-
-
-
Constructor Detail
-
ItemConsumer
public ItemConsumer(IVertexConsumer parent)
-
-
Method Detail
-
setAuxColor
public void setAuxColor(float... auxColor)
-
put
public void put(int element, float... data)- Specified by:
putin interfaceIVertexConsumer- Overrides:
putin classVertexTransformer
-
-