public interface TextGUIElement
Modifier and Type | Method and Description |
---|---|
void |
draw(TextGUIGraphics graphics)
Draws the GUI element using the supplied TextGUIGraphics object.
|
boolean |
isInvalid()
Checks if this element (or any of its child components, if any) has signaled that what it's currently displaying
is out of date and needs re-drawing.
|
void draw(TextGUIGraphics graphics)
graphics
- Graphics object to use when drawing the componentboolean isInvalid()
true
if the component is invalid and needs redrawing, false
otherwiseCopyright © 2018. All rights reserved.