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

Method hasDoubleStrike

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

Source from the content-addressed store, hash-verified

1691 return hasKeyword(Keyword.FIRST_STRIKE);
1692 }
1693 public final boolean hasDoubleStrike() {
1694 return hasKeyword(Keyword.DOUBLE_STRIKE);
1695 }
1696 public final boolean hasSecondStrike() {
1697 return hasDoubleStrike() || !hasFirstStrike();
1698 }

Callers 15

hasSecondStrikeMethod · 0.95
declareAttackersMethod · 0.95
dealDamageThisPhaseMethod · 0.80
CardPredicatesClass · 0.80
makeGangBlocksMethod · 0.80
getAttackMethod · 0.80
damageIfUnblockedMethod · 0.80
poisonIfUnblockedMethod · 0.80
dealsDamageAsBlockerMethod · 0.80
canDestroyAttackerMethod · 0.80

Calls 1

hasKeywordMethod · 0.95

Tested by

no test coverage detected