(final ZoneType zoneType)
| 1321 | } |
| 1322 | |
| 1323 | public final CardCollectionView getCardsIn(final ZoneType zoneType) { |
| 1324 | return getCardsIn(zoneType, true); |
| 1325 | } |
| 1326 | |
| 1327 | /** |
| 1328 | * gets a list of all cards in the requested zone. This function makes a CardCollectionView from Card[]. |