Interface VeilPostProcessingEvent.Pre

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.Pre
Fired before Veil runs the default post-processing steps.
  • Method Summary

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

    • preVeilPostProcessing

      void preVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context)
      Called before 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