Package net.runelite.client.plugins.team
Interface TeamConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
clanChatSection
static java.lang.String
friendsChatSection
static java.lang.String
GROUP
static java.lang.String
teamSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
clanChatMemberCounter()
default boolean
friendsChatMemberCounter()
default int
getMinimumCapeCount()
default boolean
teamCapesOverlay()
-
-
-
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
-
-