类 RenderGuiEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderGuiEvent
直接已知子类:
RenderGuiEvent.Post, RenderGuiEvent.Pre

public abstract class RenderGuiEvent extends net.minecraftforge.eventbus.api.Event
Fired when the HUD is rendered to the screen. See the two subclasses for listening to the two possible phases.
另请参阅:
  • 字段详细资料

    • window

      private final Window window
    • guiGraphics

      private final GuiGraphics guiGraphics
    • partialTick

      private final float partialTick
  • 构造器详细资料

    • RenderGuiEvent

      @Internal protected RenderGuiEvent(Window window, GuiGraphics guiGraphics, float partialTick)
  • 方法详细资料

    • getWindow

      public Window getWindow()
    • getGuiGraphics

      public GuiGraphics getGuiGraphics()
    • getPartialTick

      public float getPartialTick()