Class RenderGuiOverlayEvent.Post

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

public static class RenderGuiOverlayEvent.Post extends RenderGuiOverlayEvent
Fired after an GUI overlay is rendered to the screen, if the corresponding RenderGuiOverlayEvent.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.