MCPcopy 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

getZoneMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected