Class ScreenEvent.BackgroundRendered

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.ScreenEvent
net.neoforged.neoforge.client.event.ScreenEvent.BackgroundRendered
Enclosing class:
ScreenEvent

@Deprecated(forRemoval=true, since="21.0") public static class ScreenEvent.BackgroundRendered extends ScreenEvent
Deprecated, for removal: This API element is subject to removal in a future version.
Planned on being removed in 1.21.1 due to extreme maintenance burden to make this event fire consistently for most screens.
Fired directly after the background of the screen is drawn. (Only when the screen calls Screen.renderBackground(net.minecraft.client.gui.GuiGraphics, int, int, float)) Can be used for drawing above the background but below the tooltips.

This event is not cancellable, and does not

invalid reference
have a result
.

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

  • Field Details

    • guiGraphics

      private final GuiGraphics guiGraphics
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • BackgroundRendered

      @Internal public BackgroundRendered(Screen screen, GuiGraphics guiGraphics)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getGuiGraphics

      public GuiGraphics getGuiGraphics()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the gui graphics used for rendering.
      Returns:
      the gui graphics used for rendering