Interface ActiveCastRepository
- All Known Implementing Classes:
ActiveCastRepositoryImpl
public interface ActiveCastRepository
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<CastTracker>forCast(AbilityCastStart event) default Optional<CastTracker>getActiveCastById(long... ids) default List<CastTracker>getActiveCastsById(long... ids) getAll()@Nullable CastTrackergetCastFor(XivCombatant cbt)
-
Method Details
-
getCastFor
-
getAll
List<CastTracker> getAll() -
getActiveCastsById
-
getActiveCastById
-
forCast
-