类 CustomizeGuiOverlayEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.CustomizeGuiOverlayEvent
直接已知子类:
CustomizeGuiOverlayEvent.BossEventProgress, CustomizeGuiOverlayEvent.Chat, CustomizeGuiOverlayEvent.DebugText

public abstract class CustomizeGuiOverlayEvent extends net.minecraftforge.eventbus.api.Event
Fired when an overlay is about to be rendered to the screen to allow the user to modify it.
另请参阅:
  • 字段详细资料

    • window

      private final Window window
    • guiGraphics

      private final GuiGraphics guiGraphics
    • partialTick

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

    • CustomizeGuiOverlayEvent

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

    • getWindow

      public Window getWindow()
    • getGuiGraphics

      public GuiGraphics getGuiGraphics()
    • getPartialTick

      public float getPartialTick()