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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate float[]private float[]private intFields inherited from class net.minecraftforge.client.model.pipeline.VertexTransformer
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidput(int element, float... data) voidsetAuxColor(float... auxColor) Methods inherited from class net.minecraftforge.client.model.pipeline.VertexTransformer
getVertexFormat, setApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTexture
-
Field Details
-
vertices
private int vertices -
auxColor
private float[] auxColor -
buf
private float[] buf
-
-
Constructor Details
-
ItemConsumer
-
-
Method Details
-
setAuxColor
public void setAuxColor(float... auxColor) -
put
public void put(int element, float... data) - Specified by:
putin interfaceIVertexConsumer- Overrides:
putin classVertexTransformer
-