Class FlipFrameEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.FlipFrameEvent

public class FlipFrameEvent extends net.neoforged.bus.api.Event

Fired when the frame is

invalid reference
flipped
.

This event can be used to manage per-frame GPU resources, or rotate custom dynamic uniforms.

This event is not cancellable

This event is fired on the main NeoForge event bus, only on the logical client.

  • Constructor Details

    • FlipFrameEvent

      public FlipFrameEvent()