Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hasSecondStrike
Method · 0.95
declareAttackers
Method · 0.95
dealDamageThisPhase
Method · 0.80
CardPredicates
Class · 0.80
makeGangBlocks
Method · 0.80
getTotalFirstStrikeBlockPower
Method · 0.80
attackerWouldBeDestroyed
Method · 0.80
dealsFirstStrikeDamage
Method · 0.80
Calls
1
hasKeyword
Method · 0.95
Tested by
no test coverage detected