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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
currentin interfaceCurrentMaxPair
-
max
public long max()- Specified by:
maxin interfaceCurrentMaxPair
-
getPredicted
public long getPredicted()- Specified by:
getPredictedin interfaceCurrentMaxPredicted
-
toString
-
equals
-
hashCode
public int hashCode()
-