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

Method isSick

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

Source from the content-addressed store, hash-verified

3681 }
3682
3683 public final boolean isSick() {
3684 return hasSickness() && isCreature();
3685 }
3686
3687 public final boolean isFirstTurnControlled() {
3688 return sickness;

Callers 15

isAbilitySickMethod · 0.95
testDashMethod · 0.95
testTokenAbilitiesMethod · 0.95
addCardMethod · 0.45
canAttackHasteMethod · 0.45
getCardsForEnlistingMethod · 0.45
tryStackCardMethod · 0.45
drawAbilityIconsMethod · 0.45
displayIconOverlayMethod · 0.45
collectAllTokensMethod · 0.45
collectAllCreaturesMethod · 0.45

Calls 2

hasSicknessMethod · 0.95
isCreatureMethod · 0.95

Tested by 3

testDashMethod · 0.76
testTokenAbilitiesMethod · 0.76