Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.95
splitWithParenthesis
Method · 0.95
parseCostPart
Method · 0.95
sort
Method · 0.95
startsWith
Method · 0.80
length
Method · 0.80
add
Method · 0.65
setIntrinsic
Method · 0.65
isEmpty
Method · 0.65
equals
Method · 0.45
append
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected