Class VertexConsumerWrapper

java.lang.Object
net.neoforged.neoforge.client.model.pipeline.VertexConsumerWrapper
All Implemented Interfaces:
VertexConsumer, IVertexConsumerExtension
Direct Known Subclasses:
TransformingVertexPipeline

public abstract class VertexConsumerWrapper extends Object implements VertexConsumer
Wrapper for VertexConsumer which delegates all operations to its parent.

Useful for defining custom pipeline elements that only process certain data.