Package dev.twilite.client.ui.overlay
Annotation Interface OverlayStats
Renders live skill progress rows in an annotated overlay panel.
Each listed stat is sampled from the live client skill arrays. XP gained and XP/hour are measured from the first frame where the overlay is painted.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether to include XP gained since the overlay started rendering.booleanWhether to include the current/base level pair.booleanWhether to include XP/hour since the overlay started rendering.Tab name shown in the overlay header.
-
Element Details
-
tab
String tabTab name shown in the overlay header.- Default:
"Stats"
-
value
Stat[] valueStats to render. -
levels
boolean levelsWhether to include the current/base level pair.- Default:
true
-
gained
boolean gainedWhether to include XP gained since the overlay started rendering.- Default:
true
-
rate
boolean rateWhether to include XP/hour since the overlay started rendering.- Default:
true
-