Class RenderGuiEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderGuiEvent
net.minecraftforge.client.event.RenderGuiEvent.Post
Enclosing class:
RenderGuiEvent

public static class RenderGuiEvent.Post extends RenderGuiEvent
Fired after the HUD is rendered to the screen, if the corresponding RenderGuiEvent.Pre is not cancelled.

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.

  • Constructor Details

    • Post

      @Internal public Post(Window window, GuiGraphics guiGraphics, float partialTick)