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

Method canBeDestroyed

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

Source from the content-addressed store, hash-verified

6859 }
6860
6861 public final boolean canBeDestroyed() {
6862 return isInPlay() && !isPhasedOut() && (!hasKeyword(Keyword.INDESTRUCTIBLE) || (isCreature() && getNetToughness() <= 0));
6863 }
6864
6865 @Override
6866 public final boolean canBeTargetedBy(final SpellAbility sa) {

Callers 10

considerMethod · 0.95
checkApiLogicMethod · 0.95
destroyMethod · 0.80
useRemovalNowMethod · 0.80
considerMethod · 0.80
getBestAttachTargetMethod · 0.80
chooseCardsForEffectMethod · 0.80
sacrificeTgtAIMethod · 0.80
canPlayMethod · 0.80

Calls 5

isInPlayMethod · 0.95
isPhasedOutMethod · 0.95
hasKeywordMethod · 0.95
isCreatureMethod · 0.95
getNetToughnessMethod · 0.95

Tested by

no test coverage detected