MCPcopy 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

resetMethod · 0.80
pushMethod · 0.80
removeMethod · 0.80
onNextTurnMethod · 0.80
clearMethod · 0.80

Calls 1

updateStackMethod · 0.65

Tested by

no test coverage detected