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

Method getCostParts

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

Gets the cost parts. @return the cost parts

()

Source from the content-addressed store, hash-verified

108 * @return the cost parts
109 */
110 public final List<CostPart> getCostParts() {
111 return this.costParts;
112 }
113
114 public void sort() {
115 // Things that need to happen first should be 0-4 (Tap, PayMana)

Callers 15

getAttackCostMethod · 0.95
hasSpecificCostTypeMethod · 0.95
getCostPartByTypeMethod · 0.95
canPayMethod · 0.95
hasXInAnyCostPartMethod · 0.95
getMaxForNonManaXMethod · 0.95
addSpellAbilityMethod · 0.95
setMaxXValueMethod · 0.95
activateForCostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected