类 CustomizeGuiOverlayEvent.Chat

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.CustomizeGuiOverlayEvent
net.minecraftforge.client.event.CustomizeGuiOverlayEvent.Chat
封闭类:
CustomizeGuiOverlayEvent

public static class CustomizeGuiOverlayEvent.Chat extends CustomizeGuiOverlayEvent
Fired before the chat messages overlay is rendered to the screen.

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.

  • 字段详细资料

    • posX

      private int posX
    • posY

      private int posY
  • 构造器详细资料

    • Chat

      @Internal public Chat(Window window, GuiGraphics guiGraphics, float partialTick, int posX, int posY)
  • 方法详细资料

    • getPosX

      public int getPosX()
      返回:
      the X position of the chat messages overlay
    • setPosX

      public void setPosX(int posX)
      Sets the new X position for rendering the chat messages overlay
      参数:
      posX - the new X position
    • getPosY

      public int getPosY()
      返回:
      the Y position of the chat messages overlay
    • setPosY

      public void setPosY(int posY)
      Sets the new Y position for rendering the chat messages overlay
      参数:
      posY - the new y position