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

Method getTotalMana

forge-game/src/main/java/forge/game/cost/Cost.java:167–170  ·  view source on GitHub ↗

getTotalMana. @return a java.lang.String object.

()

Source from the content-addressed store, hash-verified

165 * @return a {@link java.lang.String} object.
166 */
167 public final ManaCost getTotalMana() {
168 CostPartMana manapart = getCostMana();
169 return manapart == null ? ManaCost.ZERO : manapart.getMana();
170 }
171
172 /**
173 * <p>

Callers 15

canPayCostMethod · 0.95
canPlaySaMethod · 0.95
checkApiLogicMethod · 0.95
checkApiLogicMethod · 0.95
hasPropertyMethod · 0.80
getMaxManaProducedMethod · 0.80
handleRememberingMethod · 0.80
resolveMethod · 0.80
resolveMethod · 0.80
announceRequirementsMethod · 0.80
payCombatCostMethod · 0.80
shouldPumpCardMethod · 0.80

Calls 2

getCostManaMethod · 0.95
getManaMethod · 0.95

Tested by

no test coverage detected