Package net.runelite.api
Interface FriendContainer
-
- All Superinterfaces:
NameableContainer<Friend>
public interface FriendContainer extends NameableContainer<Friend>
A nameable container of friends
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deque<PendingLogin>
getPendingLogins()
Get the recent logins/logouts of friends from the last few seconds-
Methods inherited from interface net.runelite.api.NameableContainer
findByName, getCount, getMembers, getSize
-
-
-
-
Method Detail
-
getPendingLogins
Deque<PendingLogin> getPendingLogins()
Get the recent logins/logouts of friends from the last few seconds- Returns:
-
-