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

Method Cost

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

Source from the content-addressed store, hash-verified

197 }
198
199 private Cost() {
200
201 }
202
203 private Cost(int genericMana) {
204 costParts.add(new CostPartMana(ManaCost.get(genericMana), null));

Callers

nothing calls this directly

Calls 12

getMethod · 0.95
splitWithParenthesisMethod · 0.95
parseCostPartMethod · 0.95
sortMethod · 0.95
startsWithMethod · 0.80
lengthMethod · 0.80
addMethod · 0.65
setIntrinsicMethod · 0.65
isEmptyMethod · 0.65
equalsMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected