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 Details

    • vertices

      private int vertices
    • auxColor

      private float[] auxColor
    • buf

      private float[] buf
  • Constructor Details

  • Method Details

    • setAuxColor

      public void setAuxColor(float... auxColor)
    • put

      public void put(int element, float... data)
      Specified by:
      put in interface IVertexConsumer
      Overrides:
      put in class VertexTransformer