Package net.runelite.client.config
Interface RuneLiteConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP_NAME
static String
notificationSettings
static String
overlaySettings
static String
windowSettings
-
Method Summary
-
-
-
Field Detail
-
GROUP_NAME
static final String GROUP_NAME
- See Also:
- Constant Field Values
-
windowSettings
static final String windowSettings
- See Also:
- Constant Field Values
-
notificationSettings
static final String notificationSettings
- See Also:
- Constant Field Values
-
overlaySettings
static final String overlaySettings
- See Also:
- Constant Field Values
-
-
Method Detail
-
gameSize
default Dimension gameSize()
-
automaticResizeType
default ExpandResizeType automaticResizeType()
-
lockWindowSize
default boolean lockWindowSize()
-
containInScreen
default ContainableFrame.Mode containInScreen()
-
rememberScreenBounds
default boolean rememberScreenBounds()
-
enableCustomChrome
default boolean enableCustomChrome()
-
gameAlwaysOnTop
default boolean gameAlwaysOnTop()
-
warningOnExit
default WarningOnExit warningOnExit()
-
usernameInTitle
default boolean usernameInTitle()
-
enableTrayIcon
default boolean enableTrayIcon()
-
enableTrayNotifications
default boolean enableTrayNotifications()
-
notificationRequestFocus
default RequestFocusType notificationRequestFocus()
-
notificationSound
default Notifier.NativeCustomOff notificationSound()
-
notificationTimeout
@Units("ms") default int notificationTimeout()
-
enableGameMessageNotification
default boolean enableGameMessageNotification()
-
flashNotification
default FlashNotification flashNotification()
-
sendNotificationsWhenFocused
default boolean sendNotificationsWhenFocused()
-
fontType
default FontType fontType()
-
tooltipFontType
default FontType tooltipFontType()
-
interfaceFontType
default FontType interfaceFontType()
-
infoboxFontType
default FontType infoboxFontType()
-
tooltipPosition
default TooltipPositionType tooltipPosition()
-
infoBoxVertical
default boolean infoBoxVertical()
-
infoBoxSize
@Units("px") default int infoBoxSize()
-
infoBoxTextOutline
default boolean infoBoxTextOutline()
-
sidebarToggleKey
default Keybind sidebarToggleKey()
-
panelToggleKey
default Keybind panelToggleKey()
-
blockExtraMouseButtons
default boolean blockExtraMouseButtons()
-
useWikiItemPrices
default boolean useWikiItemPrices()
-
dragHotkey
default Keybind dragHotkey()
-
-