Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getShieldCount
Method
getShieldCount
forge-game/src/main/java/forge/game/card/Card.java:3510–3512 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3508
3509
// shield = regeneration
3510
public
final
int
getShieldCount() {
3511
return
shieldCount;
3512
}
3513
3514
public
final
void
incShieldCount() {
3515
shieldCount++;
Callers
12
doTriggerNoCost
Method · 0.95
useRemovalNow
Method · 0.45
combatantCantBeDestroyed
Method · 0.45
getEnoughDamageToKill
Method · 0.45
predictThreatenedObjects
Method · 0.45
damageChoosingTargets
Method · 0.45
checkApiLogic
Method · 0.45
regenMandatoryTarget
Method · 0.45
canKill
Method · 0.45
isPreferredTarget
Method · 0.45
canBouncePermanent
Method · 0.45
checkApiLogic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected