Class ScreenEvent.BackgroundRendered

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ScreenEvent
net.minecraftforge.client.event.ScreenEvent.BackgroundRendered
Enclosing class:
ScreenEvent

public static class ScreenEvent.BackgroundRendered extends ScreenEvent
Fired directly after the background of the screen is drawn. Can be used for drawing above the background but below the tooltips.

This event is not cancellable, and does not have a result.

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

  • Field Details

    • poseStack

      private final PoseStack poseStack
  • Constructor Details

    • BackgroundRendered

      @Internal public BackgroundRendered(Screen screen, PoseStack poseStack)
  • Method Details

    • getPoseStack

      public PoseStack getPoseStack()
      Returns the pose stack used for rendering.
      Returns:
      the pose stack used for rendering