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

Method hasFirstStrike

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

Source from the content-addressed store, hash-verified

1688 }
1689
1690 public final boolean hasFirstStrike() {
1691 return hasKeyword(Keyword.FIRST_STRIKE);
1692 }
1693 public final boolean hasDoubleStrike() {
1694 return hasKeyword(Keyword.DOUBLE_STRIKE);
1695 }

Callers 8

hasSecondStrikeMethod · 0.95
declareAttackersMethod · 0.95
dealDamageThisPhaseMethod · 0.80
CardPredicatesClass · 0.80
makeGangBlocksMethod · 0.80

Calls 1

hasKeywordMethod · 0.95

Tested by

no test coverage detected