Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ canMulligan
Method
canMulligan
forge-game/src/main/java/forge/game/player/Player.java:1115–1117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1113
}
1114
1115
public
boolean canMulligan() {
1116
return
!getZone(ZoneType.Hand).isEmpty();
1117
}
1118
1119
public
final
boolean canDraw() {
1120
return
canDrawAmount(1);
Callers
nothing calls this directly
Calls
2
getZone
Method · 0.95
isEmpty
Method · 0.65
Tested by
no test coverage detected