Package foundry.veil.api.event
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.
Fired after Veil runs the default post-processing steps.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 runpipeline
- The pipeline runningcontext
- The context for running pipelines
-