Class CastTracker
java.lang.Object
gg.xp.xivsupport.events.state.combatstate.CastTracker
- All Implemented Interfaces:
HasDuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCast()Must be implemented.@Nullable BaseEventgetEnd()withNewCurrentTime(Instant timeBasis) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.events.actlines.events.HasDuration
getEstimatedElapsedDuration, getEstimatedRemainingDuration, getEstimatedTimeSinceExpiry, isIndefinite, remainingDurationPlus, wouldBeExpired
-
Constructor Details
-
CastTracker
-
-
Method Details
-
getCast
-
getEnd
-
getResult
-
getCastDuration
-
getElapsedDuration
-
withNewCurrentTime
-
getInitialDuration
- Specified by:
getInitialDurationin interfaceHasDuration- Returns:
- The initial duration at the time of the event happening.
-
getEffectiveTimeSince
Description copied from interface:HasDurationMust be implemented.- Specified by:
getEffectiveTimeSincein interfaceHasDuration- Returns:
- The time since this event has occurred.
-