Class QuadBakingVertexConsumer

java.lang.Object
net.minecraftforge.client.model.pipeline.QuadBakingVertexConsumer
All Implemented Interfaces:
VertexConsumer, IForgeVertexConsumer
Direct Known Subclasses:
QuadBakingVertexConsumer.Buffered

public class QuadBakingVertexConsumer extends Object implements VertexConsumer
Vertex consumer that outputs baked quads.

This consumer accepts data in DefaultVertexFormat.BLOCK and is not picky about ordering or missing elements, but will not automatically populate missing data (color will be black, for example).