| Package | Description | 
|---|---|
| net.minecraft.client.renderer.block.model | |
| net.minecraftforge.client | |
| net.minecraftforge.client.model | |
| net.minecraftforge.client.model.pipeline | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BakedQuad. pipe(IVertexConsumer consumer) | 
| Modifier and Type | Class and Description | 
|---|---|
| private static class  | ForgeHooksClient.LightGatheringTransformer | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | ModelFluid.BakedFluid. putVertex(IVertexConsumer consumer,
         EnumFacing side,
         boolean offset,
         float x,
         float y,
         float z,
         float u,
         float v) | 
| private static void | ItemLayerModel. putVertex(IVertexConsumer consumer,
         VertexFormat format,
         EnumFacing side,
         float x,
         float y,
         float z,
         float u,
         float v) | 
| private static void | ItemTextureQuadConverter. putVertex(IVertexConsumer consumer,
         VertexFormat format,
         EnumFacing side,
         float x,
         float y,
         float z,
         float u,
         float v,
         int color) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LightUtil.ItemConsumer | 
| class  | QuadGatheringTransformer | 
| class  | TransformerConsumer | 
| class  | TRSRTransformer | 
| static class  | UnpackedBakedQuad.Builder | 
| class  | VertexBufferConsumerAssumes VertexFormatElement is present in the BufferBuilder's vertex format. | 
| class  | VertexLighterFlat | 
| class  | VertexLighterSmoothAo | 
| class  | VertexTransformer | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IVertexConsumer | QuadGatheringTransformer. parent | 
| protected IVertexConsumer | VertexTransformer. parent | 
| private IVertexConsumer | TransformerConsumer. parent | 
| private static IVertexConsumer | LightUtil. tessellator | 
| Modifier and Type | Method and Description | 
|---|---|
| static IVertexConsumer | LightUtil. getTessellator()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UnpackedBakedQuad. pipe(IVertexConsumer consumer) | 
| void | IVertexProducer. pipe(IVertexConsumer consumer) | 
| static void | LightUtil. putBakedQuad(IVertexConsumer consumer,
            BakedQuad quad) | 
| void | QuadGatheringTransformer. setParent(IVertexConsumer parent) | 
| void | VertexLighterFlat. setParent(IVertexConsumer parent) | 
| Constructor and Description | 
|---|
| ItemConsumer(IVertexConsumer parent) | 
| TransformerConsumer(IVertexConsumer parent) | 
| TRSRTransformer(IVertexConsumer parent,
               TRSRTransformation transform) | 
| VertexTransformer(IVertexConsumer parent) |