Enum VarcIntValues

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<VarcIntValues>

    public enum VarcIntValues
    extends java.lang.Enum<VarcIntValues>
    • Enum Constant Detail

      • TOOLTIP_HIDDEN

        public static final VarcIntValues TOOLTIP_HIDDEN
      • RUNELITE_CHATBOX_PANEL

        public static final VarcIntValues RUNELITE_CHATBOX_PANEL
      • PRIVATE_MESSAGE

        public static final VarcIntValues PRIVATE_MESSAGE
      • CHATBOX_SCROLLBAR_POSITION_MIN

        public static final VarcIntValues CHATBOX_SCROLLBAR_POSITION_MIN
      • CHATBOX_SCROLLBAR_POSITION_MAX

        public static final VarcIntValues CHATBOX_SCROLLBAR_POSITION_MAX
      • REPORT_WINDOW_OPENED

        public static final VarcIntValues REPORT_WINDOW_OPENED
      • REPORT_WINDOW_CLOSED

        public static final VarcIntValues REPORT_WINDOW_CLOSED
      • SELECTED_CHAT_TAB_ALL

        public static final VarcIntValues SELECTED_CHAT_TAB_ALL
      • SELECTED_CHAT_TAB_GAME

        public static final VarcIntValues SELECTED_CHAT_TAB_GAME
      • SELECTED_CHAT_TAB_PUBLIC

        public static final VarcIntValues SELECTED_CHAT_TAB_PUBLIC
      • SELECTED_CHAT_TAB_PRIVATE

        public static final VarcIntValues SELECTED_CHAT_TAB_PRIVATE
      • SELECTED_CHAT_TAB_CHANNEL

        public static final VarcIntValues SELECTED_CHAT_TAB_CHANNEL
      • SELECTED_CHAT_TAB_CLAN

        public static final VarcIntValues SELECTED_CHAT_TAB_CLAN
      • SELECTED_CHAT_TAB_TRADE

        public static final VarcIntValues SELECTED_CHAT_TAB_TRADE
      • SELECTED_CHAT_TAB_FRAME_CLOSED

        public static final VarcIntValues SELECTED_CHAT_TAB_FRAME_CLOSED
      • HIGHLIGHTED_CHAT_TAB_NONE

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_NONE
      • HIGHLIGHTED_CHAT_TAB_ALL

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_ALL
      • HIGHLIGHTED_CHAT_TAB_GAME

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_GAME
      • HIGHLIGHTED_CHAT_TAB_PUBLIC

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_PUBLIC
      • HIGHLIGHTED_CHAT_TAB_PRIVATE

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_PRIVATE
      • HIGHLIGHTED_CHAT_TAB_CHANNEL

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_CHANNEL
      • HIGHLIGHTED_CHAT_TAB_CLAN

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_CLAN
      • HIGHLIGHTED_CHAT_TAB_TRADE

        public static final VarcIntValues HIGHLIGHTED_CHAT_TAB_TRADE
      • BANK_SCROLLBAR_POSITION_MIN

        public static final VarcIntValues BANK_SCROLLBAR_POSITION_MIN
      • BANK_SCROLLBAR_POSITION_400_ITEMS_MAX

        public static final VarcIntValues BANK_SCROLLBAR_POSITION_400_ITEMS_MAX
      • REPORT_IGNORE_PLAYER_CHECKED

        public static final VarcIntValues REPORT_IGNORE_PLAYER_CHECKED
      • REPORT_IGNORE_PLAYER_UNCHECKED

        public static final VarcIntValues REPORT_IGNORE_PLAYER_UNCHECKED
      • BANK_WORN_ITEMS_SHOWN

        public static final VarcIntValues BANK_WORN_ITEMS_SHOWN
      • BANK_WORN_ITEMS_HIDDEN

        public static final VarcIntValues BANK_WORN_ITEMS_HIDDEN
      • TAB_COMBAT_OPTIONS

        public static final VarcIntValues TAB_COMBAT_OPTIONS
      • TAB_QUEST_LIST

        public static final VarcIntValues TAB_QUEST_LIST
      • TAB_WORN_EQUIPMENT

        public static final VarcIntValues TAB_WORN_EQUIPMENT
      • TAB_CHAT_CHANNEL

        public static final VarcIntValues TAB_CHAT_CHANNEL
      • TAB_ACC_MANAGEMENT

        public static final VarcIntValues TAB_ACC_MANAGEMENT
      • TAB_FRIEND_LIST

        public static final VarcIntValues TAB_FRIEND_LIST
      • TAB_NOT_SELECTED

        public static final VarcIntValues TAB_NOT_SELECTED
    • Method Detail

      • values

        public static VarcIntValues[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (VarcIntValues c : VarcIntValues.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static VarcIntValues valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • valueOf

        public static VarcIntValues valueOf​(int varcEnum)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        varcEnum - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null