MCPcopy 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

rollbackAbilityMethod · 0.95
onPlayerLostMethod · 0.95
isVoidMethod · 0.95
unregisterAttackerMethod · 0.95
payAsDecidedMethod · 0.95
checkRequirementMethod · 0.95
playAbilityMethod · 0.95
canPlayFromHostMethod · 0.95
canPlayMethod · 0.95
meetsManaRestrictionsMethod · 0.95
hasPropertyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected