Class CardCountCondition

All Implemented Interfaces:
Serializable, HasDesc<ConditionDesc>

public class CardCountCondition extends CountCondition
Counts the number of cards in the player's hand, and evalutes to true if the count equals the ConditionArg.VALUE.

ConditionArg.FILTER is used to filter the cards counted; or, if not specified, ConditionArg.CARD_FILTER is used; or the total hand count is used.

See Also: