Interface RuneLiteConfig

  • All Superinterfaces:
    Config

    public interface RuneLiteConfig
    extends Config
    • Method Detail

      • lockWindowSize

        default boolean lockWindowSize()
      • rememberScreenBounds

        default boolean rememberScreenBounds()
      • enableCustomChrome

        default boolean enableCustomChrome()
      • windowOpacity

        @Range(min=10,
               max=100)
        default int windowOpacity()
      • gameAlwaysOnTop

        default boolean gameAlwaysOnTop()
      • usernameInTitle

        default boolean usernameInTitle()
      • enableTrayIcon

        default boolean enableTrayIcon()
      • enableTrayNotifications

        default boolean enableTrayNotifications()
      • notificationRequestFocus

        default RequestFocusType notificationRequestFocus()
      • notificationVolume

        @Range(min=0,
               max=100)
        @Units("%")
        default int notificationVolume()
      • notificationTimeout

        @Units("ms")
        default int notificationTimeout()
      • enableGameMessageNotification

        default boolean enableGameMessageNotification()
      • sendNotificationsWhenFocused

        default boolean sendNotificationsWhenFocused()
      • notificationFlashColor

        @Alpha
        default Color notificationFlashColor()
      • fontType

        default FontType fontType()
      • tooltipFontType

        default FontType tooltipFontType()
      • interfaceFontType

        default FontType interfaceFontType()
      • infoboxFontType

        default FontType infoboxFontType()
      • infoBoxVertical

        default boolean infoBoxVertical()
      • infoBoxSize

        @Units("px")
        default int infoBoxSize()
      • infoBoxTextOutline

        default boolean infoBoxTextOutline()
      • overlayBackgroundColor

        @Alpha
        default Color overlayBackgroundColor()
      • sidebarToggleKey

        default Keybind sidebarToggleKey()
      • panelToggleKey

        default Keybind panelToggleKey()
      • blockExtraMouseButtons

        default boolean blockExtraMouseButtons()
      • useWikiItemPrices

        default boolean useWikiItemPrices()
      • dragHotkey

        default Keybind dragHotkey()