Enum Class Category

java.lang.Object
java.lang.Enum<Category>
games.stendhal.server.core.rp.achievement.Category
All Implemented Interfaces:
Serializable, Comparable<Category>, Constable

public enum Category extends Enum<Category>
categories of achievements
Author:
madmetzger
  • Enum Constant Details

    • EXPERIENCE

      public static final Category EXPERIENCE
      xp points
    • EXPERIENCE_DEF

      public static final Category EXPERIENCE_DEF
      def level
    • EXPERIENCE_ATK

      public static final Category EXPERIENCE_ATK
      atk level
    • EXPERIENCE_RATK

      public static final Category EXPERIENCE_RATK
      ratk level
    • FIGHTING

      public static final Category FIGHTING
      fighting and killing creatures
    • QUEST

      public static final Category QUEST
      solving quests
    • OUTSIDE_ZONE

      public static final Category OUTSIDE_ZONE
      visiting groups of outside zones
    • UNDERGROUND_ZONE

      public static final Category UNDERGROUND_ZONE
      visiting groups of underground zones
    • INTERIOR_ZONE

      public static final Category INTERIOR_ZONE
      visiting groups of interior zones
    • AGE

      public static final Category AGE
      age of character
    • ITEM

      public static final Category ITEM
      looting items
    • OBTAIN

      public static final Category OBTAIN
      getting items
    • COMMERCE

      public static final Category COMMERCE
      buying/selling items
    • FRIEND

      public static final Category FRIEND
      helping others and being friendly
    • PRODUCTION

      public static final Category PRODUCTION
      producing items
    • QUEST_ADOS_ITEMS

      public static final Category QUEST_ADOS_ITEMS
      ados item quests
    • QUEST_SEMOS_MONSTER

      public static final Category QUEST_SEMOS_MONSTER
      semos monster quest
    • QUEST_KIRDNEH_ITEM

      public static final Category QUEST_KIRDNEH_ITEM
      kirdneh item quest
    • QUEST_MITHRILBOURGH_ENEMY_ARMY

      public static final Category QUEST_MITHRILBOURGH_ENEMY_ARMY
      mithrilbourgh kill enemy army quest
    • QUEST_KILL_BLORDROUGHS

      public static final Category QUEST_KILL_BLORDROUGHS
      kill blordroughs quest
    • DEATHMATCH

      public static final Category DEATHMATCH
      deathmatch related
  • Method Details

    • values

      public static Category[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Category valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null