Interface MinimapConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP
static String
minimapDotSection
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Color
clanChatColor()
Color
friendColor()
Color
friendsChatColor()
default boolean
hideMinimap()
Color
itemColor()
Color
npcColor()
Color
playerColor()
Color
teamColor()
default boolean
zoom()
-
-
-
Field Detail
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
minimapDotSection
static final String minimapDotSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
zoom
default boolean zoom()
-
hideMinimap
default boolean hideMinimap()
-
itemColor
Color itemColor()
-
npcColor
Color npcColor()
-
playerColor
Color playerColor()
-
friendColor
Color friendColor()
-
teamColor
Color teamColor()
-
friendsChatColor
Color friendsChatColor()
-
clanChatColor
Color clanChatColor()
-
-