Enum OSRSTab

  • All Implemented Interfaces:
    Openable, Tab, java.io.Serializable, java.lang.Comparable<OSRSTab>

    @Deprecated
    public enum OSRSTab
    extends java.lang.Enum<OSRSTab>
    implements Tab
    Deprecated.
    • Enum Constant Detail

      • COMBAT_OPTIONS

        public static final OSRSTab COMBAT_OPTIONS
        Deprecated.
      • STATS

        public static final OSRSTab STATS
        Deprecated.
      • QUEST_LIST

        public static final OSRSTab QUEST_LIST
        Deprecated.
      • INVENTORY

        public static final OSRSTab INVENTORY
        Deprecated.
      • EQUIPMENT

        public static final OSRSTab EQUIPMENT
        Deprecated.
      • PRAYER

        public static final OSRSTab PRAYER
        Deprecated.
      • MAGIC

        public static final OSRSTab MAGIC
        Deprecated.
      • CLAN_CHAT

        public static final OSRSTab CLAN_CHAT
        Deprecated.
      • FRIENDS_LIST

        public static final OSRSTab FRIENDS_LIST
        Deprecated.
      • IGNORE_LIST

        public static final OSRSTab IGNORE_LIST
        Deprecated.
      • LOGOUT

        public static final OSRSTab LOGOUT
        Deprecated.
      • OPTIONS

        public static final OSRSTab OPTIONS
        Deprecated.
      • EMOTES

        public static final OSRSTab EMOTES
        Deprecated.
      • MUSIC_PLAYER

        public static final OSRSTab MUSIC_PLAYER
        Deprecated.
    • Method Detail

      • values

        public static OSRSTab[] values()
        Deprecated.
        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 (OSRSTab c : OSRSTab.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OSRSTab valueOf​(java.lang.String name)
        Deprecated.
        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
      • getOpened

        public static OSRSTab getOpened()
        Deprecated.
      • open

        public boolean open()
        Deprecated.
        Specified by:
        open in interface Openable
      • isOpen

        public boolean isOpen()
        Deprecated.
        Specified by:
        isOpen in interface Openable
      • open

        public boolean open​(boolean forceClick)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Enum<OSRSTab>