Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isAttacking
Method · 0.95
cardHasProperty
Method · 0.95
getBandOfAttacker
Method · 0.80
isBlocking
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected