Class StatisticComponent
java.lang.Object
de.ellpeck.rockbottom.api.gui.component.GuiComponent
de.ellpeck.rockbottom.api.gui.component.StatisticComponent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intbooleanonMouseAction(IGameInstance game, int button, float x, float y) voidrender(IGameInstance game, IAssetManager manager, IRenderer g, int x, int y) abstract voidrenderStatGraphic(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, getRenderX, getRenderY, getUnselectedElementColor, getWidth, getX, getY, isActive, isMouseOver, isMouseOverPrioritized, onCharInput, onKeyPressed, renderOverlay, setActive, setPos, toString, update, updateInactive
-
Constructor Details
-
StatisticComponent
-
-
Method Details
-
getPriority
public int getPriority()- Overrides:
getPriorityin classGuiComponent
-
render
- Overrides:
renderin classGuiComponent
-
onMouseAction
- Overrides:
onMouseActionin classGuiComponent
-
renderStatGraphic
public abstract void renderStatGraphic(IGameInstance game, IAssetManager manager, IRenderer g, int x, int y) -
getName
- Specified by:
getNamein classGuiComponent
-
shouldDoFingerCursor
- Overrides:
shouldDoFingerCursorin classGuiComponent
-