Package net.runelite.client.plugins.team
Interface TeamConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
clanChatSection
static String
friendsChatSection
static String
GROUP
static 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 String GROUP
- See Also:
- Constant Field Values
-
teamSection
static final String teamSection
- See Also:
- Constant Field Values
-
friendsChatSection
static final String friendsChatSection
- See Also:
- Constant Field Values
-
clanChatSection
static final String clanChatSection
- See Also:
- Constant Field Values
-
-