Enum TabKey

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

    public enum TabKey
    extends java.lang.Enum<TabKey>
    Created by Nezz on 5/24/2016.
    • Enum Constant Detail

      • COMBAT

        public static final TabKey COMBAT
      • PRAYER

        public static final TabKey PRAYER
      • SETTINGS

        public static final TabKey SETTINGS
      • SKILLS

        public static final TabKey SKILLS
      • MAGIC

        public static final TabKey MAGIC
      • EMOTES

        public static final TabKey EMOTES
      • QUESTS

        public static final TabKey QUESTS
      • FRIENDS

        public static final TabKey FRIENDS
      • CLAN

        public static final TabKey CLAN
      • INVENTORY

        public static final TabKey INVENTORY
      • IGNORE

        public static final TabKey IGNORE
      • ACCOUNT_MANAGEMENT

        public static final TabKey ACCOUNT_MANAGEMENT
      • MUSIC

        public static final TabKey MUSIC
      • EQUIPMENT

        public static final TabKey EQUIPMENT
      • LOGOUT

        public static final TabKey LOGOUT
    • Method Detail

      • values

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

        public static TabKey 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
      • getVal

        public int getVal()
      • getHotkey

        public Hotkey getHotkey()
      • getKey

        public java.lang.String getKey()
      • getKeyValue

        public int getKeyValue()