Class OverlayRenderEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.OverlayRenderEvent

public final class OverlayRenderEvent extends Event
This event is fired when the overlay is rendered. This takes place after all Gui elements of the current gui are rendered. Note that, during the firing of this event, the IRenderer.getGuiScale() is applied to the GL context. This event cannot be cancelled.