Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.advancedcombat.presentation
/
ClassHudPresentation
Class
Hud
Presentation
public
final
class
ClassHudPresentation
Keeps vitals visible and adds occasional reminders only while those vitals are stable.
Members
Constructors
Class
Hud
Presentation
Link copied to clipboard
public
void
ClassHudPresentation
(
)
Types
Vitals
Link copied to clipboard
public
final
class
Vitals
extends
Record
Raw values detect changes even when rounded HUD numbers stay the same.
Functions
clear
Link copied to clipboard
public
void
clear
(
)
discard
Link copied to clipboard
public
void
discard
(
UUID
playerId
)
render
Link copied to clipboard
public
String
render
(
UUID
playerId
,
ClassHudPresentation.Vitals
vitals
,
String
compact
,
String
reminder
,
long now
)