Class ActiveCastRepositoryImpl
java.lang.Object
gg.xp.xivsupport.events.state.combatstate.ActiveCastRepositoryImpl
- All Implemented Interfaces:
ActiveCastRepository
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
castFinished
(EventContext ctx, AbilityUsedEvent used) void
castInterrupted
(EventContext ctx, AbilityCastCancel acc) void
castStart
(EventContext ctx, AbilityCastStart cast) getAll()
@Nullable CastTracker
getCastFor
(XivCombatant cbt) void
pullStartedEvent
(EventContext ctx, PullStartedEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gg.xp.xivsupport.events.state.combatstate.ActiveCastRepository
getActiveCastById, getActiveCastsById
-
Constructor Details
-
ActiveCastRepositoryImpl
public ActiveCastRepositoryImpl()
-
-
Method Details
-
getCastFor
- Specified by:
getCastFor
in interfaceActiveCastRepository
-
getAll
- Specified by:
getAll
in interfaceActiveCastRepository
-
castStart
-
castFinished
-
castInterrupted
-
pullStartedEvent
-