(final ZoneType zone)
| 598 | } |
| 599 | |
| 600 | public synchronized CardCollectionView getCardsIn(final ZoneType zone) { |
| 601 | if (zone == ZoneType.Stack) { |
| 602 | return getStackZone().getCards(); |
| 603 | } |
| 604 | return getPlayers().getCardsIn(zone); |
| 605 | } |
| 606 | |
| 607 | public CardCollectionView getCardsIncludePhasingIn(final ZoneType zone) { |
| 608 | if (zone == ZoneType.Stack) { |