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