Package foundry.veil.forge.platform
Class ForgeVeilClientPlatform
java.lang.Object
foundry.veil.forge.platform.ForgeVeilClientPlatform
- All Implemented Interfaces:
VeilPostProcessingEvent.Post,VeilPostProcessingEvent.Pre,VeilClientPlatform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context) Called after Veil runs the default post-processing pipeline.voidpreVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context) Called before Veil runs the default post-processing pipeline.
-
Constructor Details
-
ForgeVeilClientPlatform
public ForgeVeilClientPlatform()
-
-
Method Details
-
preVeilPostProcessing
public void preVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context) Description copied from interface:VeilPostProcessingEvent.PreCalled before Veil runs the default post-processing pipeline.- Specified by:
preVeilPostProcessingin interfaceVeilPostProcessingEvent.Pre- Parameters:
name- The name of the pipeline being runpipeline- The pipeline runningcontext- The context for running pipelines
-
postVeilPostProcessing
public void postVeilPostProcessing(net.minecraft.resources.ResourceLocation name, PostPipeline pipeline, PostPipeline.Context context) Description copied from interface:VeilPostProcessingEvent.PostCalled after Veil runs the default post-processing pipeline.- Specified by:
postVeilPostProcessingin interfaceVeilPostProcessingEvent.Post- Parameters:
name- The name of the pipeline being runpipeline- The pipeline runningcontext- The context for running pipelines
-