Class ActiveCastRepositoryImpl
java.lang.Object
gg.xp.xivsupport.events.state.combatstate.ActiveCastRepositoryImpl
- All Implemented Interfaces:
ActiveCastRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcastFinished(EventContext ctx, AbilityUsedEvent used) voidcastInterrupted(EventContext ctx, AbilityCastCancel acc) voidcastStart(EventContext ctx, AbilityCastStart cast) getAll()@Nullable CastTrackergetCastFor(XivCombatant cbt) voidpullStartedEvent(EventContext ctx, PullStartedEvent event) 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.state.combatstate.ActiveCastRepository
forCast, getActiveCastById, getActiveCastsById
-
Constructor Details
-
ActiveCastRepositoryImpl
public ActiveCastRepositoryImpl()
-
-
Method Details
-
getCastFor
- Specified by:
getCastForin interfaceActiveCastRepository
-
getAll
- Specified by:
getAllin interfaceActiveCastRepository
-
castStart
-
castFinished
-
castInterrupted
-
pullStartedEvent
-