Package net.runelite.client.plugins.team
Interface TeamConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringclanChatSectionstatic java.lang.StringfriendsChatSectionstatic java.lang.StringGROUPstatic java.lang.StringteamSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanclanChatMemberCounter()default booleanfriendsChatMemberCounter()default intgetMinimumCapeCount()default booleanteamCapesOverlay()
-
-
-
Field Detail
-
GROUP
static final java.lang.String GROUP
- See Also:
- Constant Field Values
-
teamSection
static final java.lang.String teamSection
- See Also:
- Constant Field Values
-
friendsChatSection
static final java.lang.String friendsChatSection
- See Also:
- Constant Field Values
-
clanChatSection
static final java.lang.String clanChatSection
- See Also:
- Constant Field Values
-
-