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

Method add

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

Source from the content-addressed store, hash-verified

978 }
979
980 public Cost add(Cost cost1) {
981 return add(cost1, true);
982 }
983 public Cost add(Cost cost1, boolean mergeAdditional) {
984 return add(cost1, mergeAdditional, null);
985 }

Callers 11

getAttackCostMethod · 0.95
getBlockCostMethod · 0.95
adjustMethod · 0.95
mergeToMethod · 0.95
buildFusedAbilityMethod · 0.95
getTotalWardCostMethod · 0.95
chooseOptionalCostsMethod · 0.95
checkApiLogicMethod · 0.95

Calls 15

getCostManaMethod · 0.95
getManaMethod · 0.95
getXMinMethod · 0.95
addManaCostMethod · 0.95
isExiledCreatureCostMethod · 0.95
toManaCostMethod · 0.95
getMaxWaterbendMethod · 0.95
sortMethod · 0.95
getCostPartsMethod · 0.80
isZeroMethod · 0.80
convertAmountMethod · 0.80

Tested by

no test coverage detected