Enum Class CardDescArg

java.lang.Object
java.lang.Enum<CardDescArg>
net.demilich.metastone.game.cards.desc.CardDescArg
All Implemented Interfaces:
Serializable, Comparable<CardDescArg>, Constable

public enum CardDescArg extends Enum<CardDescArg>
  • Enum Constant Details

    • ID

      public static final CardDescArg ID
    • NAME

      public static final CardDescArg NAME
    • HERO_POWER

      public static final CardDescArg HERO_POWER
    • BASE_MANA_COST

      public static final CardDescArg BASE_MANA_COST
    • TYPE

      public static final CardDescArg TYPE
    • HERO_CLASS

      public static final CardDescArg HERO_CLASS
    • HERO_CLASSES

      public static final CardDescArg HERO_CLASSES
    • BASE_ATTACK

      public static final CardDescArg BASE_ATTACK
    • BASE_HP

      public static final CardDescArg BASE_HP
    • DAMAGE

      public static final CardDescArg DAMAGE
    • DURABILITY

      public static final CardDescArg DURABILITY
    • RARITY

      public static final CardDescArg RARITY
    • RACE

      public static final CardDescArg RACE
    • DESCRIPTION

      public static final CardDescArg DESCRIPTION
    • TARGET_SELECTION

      public static final CardDescArg TARGET_SELECTION
    • SECRET

      public static final CardDescArg SECRET
    • QUEST

      public static final CardDescArg QUEST
    • COUNT_UNTIL_CAST

      public static final CardDescArg COUNT_UNTIL_CAST
    • COUNT_BY_VALUE

      public static final CardDescArg COUNT_BY_VALUE
    • BATTLECRY

      public static final CardDescArg BATTLECRY
    • DEATHRATTLE

      public static final CardDescArg DEATHRATTLE
    • TRIGGERS

      public static final CardDescArg TRIGGERS
    • AURAS

      public static final CardDescArg AURAS
    • CARD_COST_MODIFIERS

      public static final CardDescArg CARD_COST_MODIFIERS
    • CHOOSE_ONE_BATTLECRIES

      public static final CardDescArg CHOOSE_ONE_BATTLECRIES
    • CHOOSE_BOTH_BATTLECRY

      public static final CardDescArg CHOOSE_BOTH_BATTLECRY
    • CHOOSE_ONE_CARD_IDS

      public static final CardDescArg CHOOSE_ONE_CARD_IDS
    • CHOOSE_BOTH_CARD_ID

      public static final CardDescArg CHOOSE_BOTH_CARD_ID
    • ON_EQUIP

      public static final CardDescArg ON_EQUIP
    • ON_UNEQUIP

      public static final CardDescArg ON_UNEQUIP
    • SPELL

      public static final CardDescArg SPELL
    • CONDITION

      public static final CardDescArg CONDITION
    • GROUP

      public static final CardDescArg GROUP
    • PASSIVE_TRIGGERS

      public static final CardDescArg PASSIVE_TRIGGERS
    • DECK_TRIGGERS

      public static final CardDescArg DECK_TRIGGERS
    • GAME_TRIGGERS

      public static final CardDescArg GAME_TRIGGERS
    • MANA_COST_MODIFIER

      public static final CardDescArg MANA_COST_MODIFIER
    • ATTRIBUTES

      public static final CardDescArg ATTRIBUTES
    • AUTHOR

      public static final CardDescArg AUTHOR
    • FLAVOR

      public static final CardDescArg FLAVOR
    • WIKI

      public static final CardDescArg WIKI
    • COLLECTIBLE

      public static final CardDescArg COLLECTIBLE
    • SETS

      public static final CardDescArg SETS
    • DYNAMIC_DESCRIPTION

      public static final CardDescArg DYNAMIC_DESCRIPTION
    • LEGACY

      public static final CardDescArg LEGACY
    • HERO

      public static final CardDescArg HERO
    • COLOR

      public static final CardDescArg COLOR
    • BLACK_TEXT

      public static final CardDescArg BLACK_TEXT
    • SECOND_PLAYER_BONUS_CARDS

      public static final CardDescArg SECOND_PLAYER_BONUS_CARDS
    • TARGET_SELECTION_OVERRIDE

      public static final CardDescArg TARGET_SELECTION_OVERRIDE
    • TARGET_SELECTION_CONDITION

      public static final CardDescArg TARGET_SELECTION_CONDITION
  • Method Details

    • values

      public static CardDescArg[] 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 CardDescArg 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