StatusBarData

open class StatusBarData

Author

President Matt Damon

Constructors

Link copied to clipboard
constructor(ship: ShipAPI, fill: Float, innerColor: Color, borderColor: Color, secondFill: Float, text: String, number: Int)

Functions

Link copied to clipboard
open fun drawToScreen(offset: Vector2f)
Draws the status bar to the screen.
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun refresh()
Link copied to clipboard
open fun setData(ship: ShipAPI, fill: Float, innerColor: Color, borderColor: Color, secondFill: Float, text: String, number: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open var overridePos: Vector2f
Link copied to clipboard
open val ship: ShipAPI