类 ScreenEvent.BackgroundRendered

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ScreenEvent
net.minecraftforge.client.event.ScreenEvent.BackgroundRendered
封闭类:
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.

  • 字段详细资料

  • 构造器详细资料

    • BackgroundRendered

      @Internal public BackgroundRendered(Screen screen, GuiGraphics guiGraphics)
  • 方法详细资料

    • getGuiGraphics

      public GuiGraphics getGuiGraphics()
      返回 the gui graphics used for rendering。
      返回:
      the gui graphics used for rendering