Class CardAttributeMap

All Implemented Interfaces:
com.fasterxml.jackson.databind.JsonSerializable, Serializable, Cloneable, Map<Attribute,Object>, HasEntrySet<Attribute,Object>

public final class CardAttributeMap extends AttributeMap implements Cloneable, com.fasterxml.jackson.databind.JsonSerializable, Serializable
A hashmap that can contain "overrides" to a CardDesc. This allows cards to assume other identities while retaining their enchantments by changing their Attribute.CARD_ID or Attribute.AURA_CARD_ID.
See Also:
  • Constructor Details

    • CardAttributeMap

      public CardAttributeMap(Card card)
  • Method Details