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

Method getCostMana

forge-game/src/main/java/forge/game/cost/Cost.java:662–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

660 }
661
662 public final CostPartMana getCostMana() {
663 for (final CostPart part : this.costParts) {
664 if (part instanceof CostPartMana) {
665 return (CostPartMana) part;
666 }
667 }
668 return null;
669 }
670
671 public final CostPayEnergy getCostEnergy() {
672 for (final CostPart part : this.costParts) {

Callers 15

hasNoManaCostMethod · 0.95
hasManaCostMethod · 0.95
getTotalManaMethod · 0.95
addMethod · 0.95
getMaxForNonManaXMethod · 0.95
meetsManaRestrictionsMethod · 0.95
getAnnouncementBoundsMethod · 0.95
calculateManaCostMethod · 0.95
removeUnpayableBlocksMethod · 0.95
doAssaultMethod · 0.95
getAlternativeCostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected