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