Enum LegacyTab

    • Enum Constant Detail

      • COMBAT_SETTINGS

        public static final LegacyTab COMBAT_SETTINGS
        Deprecated.
      • ACTIVE_TASK

        @Deprecated
        public static final LegacyTab ACTIVE_TASK
        Deprecated.
      • ACTIVITY_TRACKER

        public static final LegacyTab ACTIVITY_TRACKER
        Deprecated.
      • SKILLS

        public static final LegacyTab SKILLS
        Deprecated.
      • ADVENTURES

        @Deprecated
        public static final LegacyTab ADVENTURES
        Deprecated.
      • QUEST_LIST

        public static final LegacyTab QUEST_LIST
        Deprecated.
      • BACKPACK

        public static final LegacyTab BACKPACK
        Deprecated.
      • WORN_EQUIPMENT

        public static final LegacyTab WORN_EQUIPMENT
        Deprecated.
      • PRAYER

        public static final LegacyTab PRAYER
        Deprecated.
      • MAGIC_BOOK

        public static final LegacyTab MAGIC_BOOK
        Deprecated.
      • EXTRAS

        public static final LegacyTab EXTRAS
        Deprecated.
      • FRIENDS

        public static final LegacyTab FRIENDS
        Deprecated.
      • FRIENDS_CHAT_INFO

        public static final LegacyTab FRIENDS_CHAT_INFO
        Deprecated.
      • CLAN

        public static final LegacyTab CLAN
        Deprecated.
      • SETTINGS

        public static final LegacyTab SETTINGS
        Deprecated.
      • EMOTES

        public static final LegacyTab EMOTES
        Deprecated.
      • MUSIC_PLAYER

        public static final LegacyTab MUSIC_PLAYER
        Deprecated.
      • MINIGAMES

        public static final LegacyTab MINIGAMES
        Deprecated.
      • GROUP_MEMBERS

        public static final LegacyTab GROUP_MEMBERS
        Deprecated.
      • NOTES

        @Deprecated
        public static final LegacyTab NOTES
        Deprecated.
    • Method Detail

      • values

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

        public static LegacyTab 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 LegacyTab getOpened()
        Deprecated.
      • close

        public boolean close()
        Deprecated.
        Specified by:
        close in interface Closeable
      • close

        public boolean close​(boolean forceClick)
        Deprecated.
      • isClosed

        @Deprecated
        public boolean isClosed()
        Deprecated.
        Specified by:
        isClosed in interface Closeable
      • 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.
      • isLocked

        public boolean isLocked()
        Deprecated.
        Specified by:
        isLocked in interface Lockable
      • toString

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