Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getStack
Method
getStack
forge-game/src/main/java/forge/game/Game.java:488–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
486
}
487
488
public
final
MagicStack getStack() {
489
return
stack;
490
}
491
public
final
void
updateStackForView() {
492
view.updateStack(stack);
493
}
Callers
15
rollbackAbility
Method · 0.95
meetsCommonRequirements
Method · 0.95
onPlayerLost
Method · 0.95
isVoid
Method · 0.95
unregisterAttacker
Method · 0.95
payAsDecided
Method · 0.95
checkRequirement
Method · 0.95
playAbility
Method · 0.95
canPlayFromHost
Method · 0.95
canPlay
Method · 0.95
meetsManaRestrictions
Method · 0.95
hasProperty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected