Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
meetsManaRestrictions
Method · 0.95
kickerDesc
Method · 0.95
costHasManaX
Method · 0.80
shouldPumpCard
Method · 0.80
castPermanentInMain1
Method · 0.80
checkApiLogic
Method · 0.80
getDamagingSAToChain
Method · 0.80
Calls
1
getCostMana
Method · 0.95
Tested by
no test coverage detected