Interface VeilPostProcessingEvent.Post

All Known Subinterfaces:
VeilClientPlatform
Enclosing class:
VeilPostProcessingEvent
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 static interface VeilPostProcessingEvent.Post
Fired after Veil runs the default post-processing steps.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context)
    Called after Veil runs the default post-processing pipeline.
  • Method Details

    • postVeilPostProcessing

      void postVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context)
      Called after Veil runs the default post-processing pipeline.
      Parameters:
      name - The name of the pipeline being run
      pipeline - The pipeline running
      context - The context for running pipelines