public interface WindowPostRenderer
WindowShadowRenderer
Modifier and Type | Method and Description |
---|---|
void |
postRender(TextGraphics textGraphics,
TextGUI textGUI,
Window window)
Called by DefaultWindowTextGUI immediately after a Window has been rendered, to let you do post-processing.
|
void postRender(TextGraphics textGraphics, TextGUI textGUI, Window window)
textGraphics
- Graphics object you can use to draw withtextGUI
- TextGUI that we are inwindow
- Window that was just renderedCopyright © 2016. All rights reserved.