Package net.runelite.api.clan
Interface ClanChannelMember
-
- All Superinterfaces:
ChatPlayer
,Comparable<Nameable>
,Nameable
public interface ClanChannelMember extends ChatPlayer
A member of a clan channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The member nameClanRank
getRank()
The member's rank relative to the other members.int
getWorld()
The world the member is on-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface net.runelite.api.Nameable
getPrevName
-
-
-
-
Method Detail
-
getRank
ClanRank getRank()
The member's rank relative to the other members. To get the member title, see ClanSettings.- Returns:
- See Also:
ClanRank
,ClanSettings.titleForRank(ClanRank)
-
getWorld
int getWorld()
The world the member is on- Specified by:
getWorld
in interfaceChatPlayer
- Returns:
-
-