Package gg.xp.xivsupport.models
Interface CurrentMaxPair
- All Known Subinterfaces:
CurrentMaxPredicted
,VisualCdInfo
- All Known Implementing Classes:
CurrentMaxPairImpl
,HitPoints
,HitPointsWithPredicted
,ManaPoints
,VisualCdInfoCharge
,VisualCdInfoMain
,VisualDotInfo
,VisualTimelineEntry
public interface CurrentMaxPair
-
Method Details
-
current
long current() -
max
long max() -
getPercent
default double getPercent() -
getShortString
-
isEmpty
default boolean isEmpty() -
isFull
default boolean isFull()
-