类 QuadBakingVertexConsumer

java.lang.Object
net.minecraftforge.client.model.pipeline.QuadBakingVertexConsumer
所有已实现的接口:
VertexConsumer, IForgeVertexConsumer
直接已知子类:
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).