Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getCMC
Method
getCMC
forge-game/src/main/java/forge/game/card/Card.java:7252–7254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7250
}
7251
7252
public
int
getCMC() {
7253
return
getCMC(SplitCMCMode.CurrentSideCMC);
7254
}
7255
public
int
getCMC(SplitCMCMode mode) {
7256
if
(lkiCMC >= 0) {
7257
return
lkiCMC;
// a workaround used by getLKICopy
Callers
15
adjustCostByEmerge
Method · 0.95
canTarget
Method · 0.95
sharesCMCWith
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
clashWithOpponent
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
changeHiddenOriginResolve
Method · 0.95
chooseCollectEvidence
Method · 0.95
consider
Method · 0.95
considerDiscardTarget
Method · 0.95
Calls
12
isInZone
Method · 0.95
getManaCost
Method · 0.95
getXManaCostPaid
Method · 0.95
isSplitCard
Method · 0.95
getState
Method · 0.95
concatWithSpace
Method · 0.95
isModal
Method · 0.95
getCopiedPermanent
Method · 0.95
getMeldedWith
Method · 0.95
countX
Method · 0.80
getManaCost
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected