Package foundry.veil.forge.event
Class ForgeVeilPostProcessingEvent
java.lang.Object
net.neoforged.bus.api.Event
foundry.veil.forge.event.ForgeVeilPostProcessingEvent
- Direct Known Subclasses:
ForgeVeilPostProcessingEvent.Post,ForgeVeilPostProcessingEvent.Pre
public class ForgeVeilPostProcessingEvent
extends net.neoforged.bus.api.Event
Events fired when Veil runs post-processing.
Note: These events are only fired if there are post-processing steps to run.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFired after Veil runs the default post-processing steps.static classFired before Veil runs the default post-processing steps. -
Constructor Summary
ConstructorsConstructorDescriptionForgeVeilPostProcessingEvent(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context) -
Method Summary
-
Constructor Details
-
ForgeVeilPostProcessingEvent
public ForgeVeilPostProcessingEvent(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context)
-
-
Method Details
-
getName
public net.minecraft.resources.ResourceLocation getName()- Returns:
- The name of the pipeline running
-
getPipeline
- Returns:
- The pipeline instance
-
getContext
- Returns:
- The context for running pipelines
-