Class CustomizeGuiOverlayEvent.Chat
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent
net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent.Chat
- Enclosing class:
CustomizeGuiOverlayEvent
Fired before the chat messages overlay is rendered to the screen.
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent
CustomizeGuiOverlayEvent.BossEventProgress, CustomizeGuiOverlayEvent.Chat, CustomizeGuiOverlayEvent.DebugText
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChat
(Window window, GuiGraphics guiGraphics, float partialTick, int posX, int posY) -
Method Summary
Methods inherited from class net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent
getGuiGraphics, getPartialTick, getWindow
-
Field Details
-
posX
private int posX -
posY
private int posY
-
-
Constructor Details
-
Chat
@Internal public Chat(Window window, GuiGraphics guiGraphics, float partialTick, int posX, int posY)
-
-
Method Details
-
getPosX
public int getPosX()- Returns:
- 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- Parameters:
posX
- the new X position
-
getPosY
public int getPosY()- Returns:
- 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- Parameters:
posY
- the new y position
-