Package net.runelite.api
Interface FriendsChatManager
-
- All Superinterfaces:
NameableContainer<FriendsChatMember>
public interface FriendsChatManager extends NameableContainer<FriendsChatMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FriendsChatRank
getKickRank()
Get the rank required to kick members from the friends chatFriendsChatRank
getMyRank()
Get the local player's rank in the friend chatString
getName()
Gets the name of the currently joined friends chatString
getOwner()
Gets the owner of the currently joined friends chat-
Methods inherited from interface net.runelite.api.NameableContainer
findByName, getCount, getMembers, getSize
-
-
-
-
Method Detail
-
getOwner
String getOwner()
Gets the owner of the currently joined friends chat- Returns:
-
getName
String getName()
Gets the name of the currently joined friends chat- Returns:
-
getMyRank
FriendsChatRank getMyRank()
Get the local player's rank in the friend chat- Returns:
-
getKickRank
FriendsChatRank getKickRank()
Get the rank required to kick members from the friends chat- Returns:
-
-