()
| 1404 | } |
| 1405 | |
| 1406 | public final CardCollectionView getAllCards() { |
| 1407 | return CardCollection.combine(getCardsIn(Player.ALL_ZONES), getCardsIn(ZoneType.Stack), inboundTokens); |
| 1408 | } |
| 1409 | |
| 1410 | public final void resetNumRollsThisTurn() { |
| 1411 | numRollsThisTurn = 0; |
no test coverage detected