MCPcopy Create free account
hub / github.com/Card-Forge/forge / getCombatLKI

Method getCombatLKI

forge-game/src/main/java/forge/game/card/Card.java:7932–7934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7930 }
7931
7932 public CombatLki getCombatLKI() {
7933 return combatLKI;
7934 }
7935 public void setCombatLKI(CombatLki combatLKI) {
7936 this.combatLKI = combatLKI;
7937 }

Callers 4

isAttackingMethod · 0.95
cardHasPropertyMethod · 0.95
getBandOfAttackerMethod · 0.80
isBlockingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected