MCPcopy Create free account
hub / github.com/Card-Forge/forge / getManaPool

Method getManaPool

forge-game/src/main/java/forge/game/player/Player.java:1755–1757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1753 }
1754
1755 public final ManaPool getManaPool() {
1756 return manaPool;
1757 }
1758 public void updateManaForView() {
1759 view.updateMana(this);
1760 }

Callers 15

playAbilityMethod · 0.95
xCountMethod · 0.95
passPriorityMethod · 0.95
testFloatingManaMethod · 0.95
makeCopyMethod · 0.95
initFromGameMethod · 0.80
updateManaPoolMethod · 0.80
copyManaPoolMethod · 0.80
refundManaPaidMethod · 0.80
getManaMethod · 0.80

Calls

no outgoing calls