Package gg.xp.xivsupport.models
Class HitPointsWithPredicted
java.lang.Object
gg.xp.xivsupport.models.HitPointsWithPredicted
- All Implemented Interfaces:
CurrentMaxPair
,CurrentMaxPredicted
,Serializable
public final class HitPointsWithPredicted
extends Object
implements CurrentMaxPredicted, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface gg.xp.xivsupport.models.CurrentMaxPair
getPercent, getShortString, isEmpty, isFull
-
Constructor Details
-
HitPointsWithPredicted
public HitPointsWithPredicted(long current, long predicted, long max)
-
-
Method Details
-
current
public long current()- Specified by:
current
in interfaceCurrentMaxPair
-
max
public long max()- Specified by:
max
in interfaceCurrentMaxPair
-
getPredicted
public long getPredicted()- Specified by:
getPredicted
in interfaceCurrentMaxPredicted
-
toString
-
equals
-
hashCode
public int hashCode()
-