Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ updateStackForView
Method
updateStackForView
forge-game/src/main/java/forge/game/Game.java:491–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
return
stack;
490
}
491
public
final
void
updateStackForView() {
492
view.updateStack(stack);
493
}
494
495
public
final
Combat getCombat() {
496
return
getPhaseHandler().getCombat();
Callers
5
reset
Method · 0.80
push
Method · 0.80
remove
Method · 0.80
onNextTurn
Method · 0.80
clear
Method · 0.80
Calls
1
updateStack
Method · 0.65
Tested by
no test coverage detected