MCPcopy 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

doTriggerNoCostMethod · 0.95
useRemovalNowMethod · 0.45
getEnoughDamageToKillMethod · 0.45
damageChoosingTargetsMethod · 0.45
checkApiLogicMethod · 0.45
regenMandatoryTargetMethod · 0.45
canKillMethod · 0.45
isPreferredTargetMethod · 0.45
canBouncePermanentMethod · 0.45
checkApiLogicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected