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 FriendsChatRankgetKickRank()Get the rank required to kick members from the friends chatFriendsChatRankgetMyRank()Get the local player's rank in the friend chatjava.lang.StringgetName()Gets the name of the currently joined friends chatjava.lang.StringgetOwner()Gets the owner of the currently joined friends chat-
Methods inherited from interface net.runelite.api.NameableContainer
findByName, getCount, getMembers, getSize
-
-
-
-
Method Detail
-
getOwner
java.lang.String getOwner()
Gets the owner of the currently joined friends chat- Returns:
-
getName
java.lang.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:
-
-