Class UIBar
java.lang.Object
ActiverseUtils.UIBar
UIBar - A progress bar component for World UI (health, stamina, etc.)
Allows drawing bars without using Graphics2D directly in game code
- Version:
- 1.4.0
- Author:
- Knivier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UIBar
-
UIBar
-
-
Method Details
-
render
-
setValue
public void setValue(double current, double max) -
setLabel
-
setPosition
public void setPosition(int x, int y) -
setSize
public void setSize(int width, int height) -
setColors
-