Class ProgressBarComponent
java.lang.Object
de.ellpeck.rockbottom.api.gui.component.GuiComponent
de.ellpeck.rockbottom.api.gui.component.ProgressBarComponent
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionProgressBarComponent(Gui gui, int x, int y, int sizeX, int sizeY, int progressColor, boolean isVertical, Supplier<Float> supplier) -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrender(IGameInstance game, IAssetManager manager, IRenderer g, int x, int y) Methods 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, shouldDoFingerCursor, toString, update, updateInactive
-
Constructor Details
-
ProgressBarComponent
-
-
Method Details
-
render
- Overrides:
renderin classGuiComponent
-
getName
- Specified by:
getNamein classGuiComponent
-