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

Method hasNoManaCost

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

Source from the content-addressed store, hash-verified

67 }
68
69 public final boolean hasNoManaCost() {
70 return this.getCostMana() == null;
71 }
72
73 public final boolean hasManaCost() {
74 return this.getCostMana() != null;

Callers 7

meetsManaRestrictionsMethod · 0.95
kickerDescMethod · 0.95
costHasManaXMethod · 0.80
shouldPumpCardMethod · 0.80
castPermanentInMain1Method · 0.80
checkApiLogicMethod · 0.80
getDamagingSAToChainMethod · 0.80

Calls 1

getCostManaMethod · 0.95

Tested by

no test coverage detected