public class WindowShadowRenderer extends Object implements WindowPostRenderer
Constructor and Description |
---|
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.
|
public void postRender(TextGraphics textGraphics, TextGUI textGUI, Window window)
WindowPostRenderer
postRender
in interface WindowPostRenderer
textGraphics
- Graphics object you can use to draw withtextGUI
- TextGUI that we are inwindow
- Window that was just renderedCopyright © 2016. All rights reserved.