Class RegisterPipelineModifiersEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.pipeline.RegisterPipelineModifiersEvent
All Implemented Interfaces:
IModBusEvent

public final class RegisterPipelineModifiersEvent extends net.neoforged.bus.api.Event implements IModBusEvent
Fired to register PipelineModifiers to modify RenderPipelines in arbitrary render paths.

This event is fired on the mod-specific event bus, only on the logical client.

  • Constructor Details

    • RegisterPipelineModifiersEvent

      RegisterPipelineModifiersEvent()
  • Method Details