Interface PipelineModifier

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PipelineModifier
Functional interface for modifying or replacing RenderPipelines in arbitrary render paths on the fly.

All implementations of this interface must be idempotent and have to return the exact same result for the given input. The result of invoking apply(RenderPipeline, ResourceLocation) will be cached.

See Also: