Package net.runelite.api
Interface FriendsChatMember
-
- All Superinterfaces:
ChatPlayer
,Comparable<Nameable>
,Nameable
public interface FriendsChatMember extends ChatPlayer
Represents a friends chat member.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FriendsChatRank
getRank()
Gets the rank of the friends chat member.int
getWorld()
Gets the world the member is in.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface net.runelite.api.Nameable
getName, getPrevName
-
-
-
-
Method Detail
-
getWorld
int getWorld()
Gets the world the member is in.- Specified by:
getWorld
in interfaceChatPlayer
- Returns:
- the world
-
getRank
FriendsChatRank getRank()
Gets the rank of the friends chat member.- Returns:
- the rank
-
-