Uses of Class
net.minecraftforge.client.event.RenderGuiOverlayEvent
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RenderGuiOverlayEvent in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
Fired after an GUI overlay is rendered to the screen, if the correspondingRenderGuiOverlayEvent.Pre
is not cancelled.static class
Fired before a GUI overlay is rendered to the screen.