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

Method canDraw

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

Source from the content-addressed store, hash-verified

1117 }
1118
1119 public final boolean canDraw() {
1120 return canDrawAmount(1);
1121 }
1122
1123 public final boolean canDrawAmount(int amount) {
1124 return StaticAbilityCantDraw.canDrawThisAmount(this, amount);

Callers 5

drawCardsMethod · 0.95
targetAIMethod · 0.80
willPayUnlessCostMethod · 0.80
canPlayMethod · 0.80
doTriggerNoCostMethod · 0.80

Calls 1

canDrawAmountMethod · 0.95

Tested by

no test coverage detected