Package net.runelite.api.clan
Interface ClanChannelMember
-
- All Superinterfaces:
ChatPlayer,java.lang.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 java.lang.StringgetName()The member nameClanRankgetRank()The member's rank relative to the other members.intgetWorld()The world the member is on-
Methods inherited from interface net.runelite.api.Nameable
getPrevName
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
The member name
-
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:
getWorldin interfaceChatPlayer- Returns:
-
-