MCPcopy Create free account
hub / github.com/Card-Forge/forge / getAllCards

Method getAllCards

forge-game/src/main/java/forge/game/player/Player.java:1406–1408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

chooseColorMethod · 0.95

Calls 2

combineMethod · 0.95
getCardsInMethod · 0.95

Tested by

no test coverage detected