Package gg.xp.xivsupport.models
Class BuffTrackingKey
java.lang.Object
gg.xp.xivsupport.models.BuffTrackingKey
Hashes the things that make a buff unique, as in, if the new buff matches the old buff,
and the old buff is not expired, then this is a buff refresh.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBuff()
int
hashCode()
static <X extends HasSourceEntity & HasTargetEntity & HasStatusEffect>
BuffTrackingKeyof
(X event) toString()
-
Constructor Details
-
BuffTrackingKey
-
-
Method Details
-
of
public static <X extends HasSourceEntity & HasTargetEntity & HasStatusEffect> BuffTrackingKey of(X event) -
equals
-
hashCode
public int hashCode() -
getSource
-
getTarget
-
getBuff
-
toString
-