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[]
auxColor
private float[]
buf
private int
vertices
-
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 void
put(int element, float... data)
void
setAuxColor(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:
put
in interfaceIVertexConsumer
- Overrides:
put
in classVertexTransformer
-
-