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

Method drawCard

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

Source from the content-addressed store, hash-verified

1125 }
1126
1127 public final CardCollectionView drawCard() {
1128 return drawCards(1);
1129 }
1130
1131 public final CardCollectionView drawCards(final int n) {
1132 return drawCards(n, null, AbilityKey.newMap(), this.getZone(ZoneType.Hand));

Callers 2

receiveGameEventMethod · 0.95
onPhaseBeginMethod · 0.45

Calls 1

drawCardsMethod · 0.95

Tested by

no test coverage detected