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

Method getNetToughness

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

Source from the content-addressed store, hash-verified

4560 return getUnswitchedToughnessBreakdown();
4561 }
4562 public final int getNetToughness() {
4563 return getNetToughnessBreakdown().getTotal();
4564 }
4565
4566 public final boolean toughnessAssignsDamage() {
4567 return StaticAbilityCombatDamageToughness.combatDamageToughness(this);

Callers 15

canReplaceMethod · 0.95
performTestMethod · 0.95
canTargetMethod · 0.95
getLethalMethod · 0.95
canBeDestroyedMethod · 0.95
resolveMethod · 0.95
testStaticAbilitiesMethod · 0.95
testChosenColorsMethod · 0.95
testDashMethod · 0.95
testTokenAbilitiesMethod · 0.95
testMarkedDamageMethod · 0.95

Calls 2

getTotalMethod · 0.80

Tested by 12

testStaticAbilitiesMethod · 0.76
testChosenColorsMethod · 0.76
testDashMethod · 0.76
testTokenAbilitiesMethod · 0.76
testMarkedDamageMethod · 0.76
testTransformMethod · 0.76
testEnKorMethod · 0.76
testRaziaMethod · 0.76
testRazia2Method · 0.76
broken_testCloneDimirMethod · 0.76
testStaticMultiPumpMethod · 0.76