runelite-api: add method for getting number of friends
This commit is contained in:
@@ -1020,6 +1020,13 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
Friend[] getFriends();
|
||||
|
||||
/**
|
||||
* Gets the number of friends on the friends list.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getFriendsCount();
|
||||
|
||||
/**
|
||||
* Checks whether a player is in the same clan chat.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user