Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawCards
Method · 0.95
targetAI
Method · 0.80
willPayUnlessCost
Method · 0.80
canPlay
Method · 0.80
doTriggerNoCost
Method · 0.80
Calls
1
canDrawAmount
Method · 0.95
Tested by
no test coverage detected