Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isLKI
Method
isLKI
forge-game/src/main/java/forge/game/card/Card.java:7307–7309 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7305
}
7306
7307
public
final
boolean isLKI() {
7308
return
this.lkiCMC >= 0;
7309
}
7310
7311
public
CardRules getRules() {
7312
return
getPaperCard() == null ? null : getPaperCard().getRules();
Callers
15
getAlternativeCosts
Method · 0.95
checkZoneRestrictions
Method · 0.95
setCounters
Method · 0.95
setPlotted
Method · 0.95
addUntilCommand
Method · 0.95
isBlocking
Method · 0.80
saveLKI
Method · 0.80
getAlternateHost
Method · 0.80
getAlternateHost
Method · 0.80
checkOtherRestrictions
Method · 0.80
registerDamage
Method · 0.80
cleanupExiledWith
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected