MCPcopy 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

getAlternativeCostsMethod · 0.95
checkZoneRestrictionsMethod · 0.95
setCountersMethod · 0.95
setPlottedMethod · 0.95
addUntilCommandMethod · 0.95
isBlockingMethod · 0.80
saveLKIMethod · 0.80
getAlternateHostMethod · 0.80
getAlternateHostMethod · 0.80
registerDamageMethod · 0.80
cleanupExiledWithMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected