Package net.runelite.api.clan
Interface ClanSettings
-
public interface ClanSettings
A clan's settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClanMember
findMember(String name)
Find a member of the clan.List<ClanMember>
getMembers()
The members of the clan.String
getName()
The clan nameClanTitle
titleForRank(ClanRank clanRank)
Get the clan title for a clan rank.
-
-
-
Method Detail
-
getName
String getName()
The clan name- Returns:
-
getMembers
List<ClanMember> getMembers()
The members of the clan. This includes all members, whether online or offline.- Returns:
-
findMember
@Nullable ClanMember findMember(String name)
Find a member of the clan.- Parameters:
name
-- Returns:
-
-