Border, Component, Container, InteractableAbstractBasePane.ContentHolder, AbstractBorder, AbstractComponent, AbstractComposite, AbstractInteractableComponent, AbstractListBox, ActionListBox, AnimatedLabel, Button, CheckBox, CheckBoxList, ComboBox, EmptySpace, GUIBackdrop, Label, Panel, ProgressBar, RadioBoxList, ScrollBar, Separator, Table, TextBoxpublic interface TextGUIElement
| Modifier and Type | Method | 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 © 2020. All rights reserved.