(final String cardName)
| 641 | } |
| 642 | |
| 643 | public boolean isCardInCommand(final String cardName) { |
| 644 | return getCardsIn(ZoneType.Command).anyMatch(CardPredicates.nameEquals(cardName)); |
| 645 | } |
| 646 | |
| 647 | public CardCollectionView getColoredCardsInPlay(final byte color) { |
| 648 | final CardCollection cards = new CardCollection(); |
no test coverage detected