Class TextComponent
java.lang.Object
de.ellpeck.rockbottom.api.gui.component.GuiComponent
de.ellpeck.rockbottom.api.gui.component.TextComponent
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTextComponent(Gui gui, int x, int y, int width, int height, float scale, boolean fromRight, String... text) -
Method Summary
Modifier and TypeMethodDescriptiongetName()String[]getText()voidrender(IGameInstance game, IAssetManager manager, IRenderer g, int x, int y) booleanMethods inherited from class de.ellpeck.rockbottom.api.gui.component.GuiComponent
canCloseWithInvKey, getElementColor, getElementOutlineColor, getGuiColor, getHeight, getPriority, getRenderX, getRenderY, getUnselectedElementColor, getWidth, getX, getY, isActive, isMouseOver, isMouseOverPrioritized, onCharInput, onKeyPressed, onMouseAction, renderOverlay, setActive, setPos, toString, update, updateInactive
-
Constructor Details
-
TextComponent
-
-
Method Details
-
getText
-
render
- Overrides:
renderin classGuiComponent
-
getName
- Specified by:
getNamein classGuiComponent
-
shouldDoFingerCursor
- Overrides:
shouldDoFingerCursorin classGuiComponent
-