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

Method isCreature

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

Source from the content-addressed store, hash-verified

5558 public final boolean isInstantOrSorcery() {return getType().isInstant() || getType().isSorcery();}
5559
5560 public final boolean isCreature() { return getType().isCreature(); }
5561 public final boolean isArtifact() { return getType().isArtifact(); }
5562 public final boolean isPlaneswalker() { return getType().isPlaneswalker(); }
5563 public final boolean isBattle() { return getType().isBattle(); }

Callers 15

addExtraKeywordCostMethod · 0.95
checkStaticAbilitiesMethod · 0.95
canReplaceMethod · 0.95
getAbilityTextMethod · 0.95
isSickMethod · 0.95
isValidMethod · 0.95
getExcessDamageValueMethod · 0.95
staticReplaceDamageMethod · 0.95

Calls 2

getTypeMethod · 0.95
isCreatureMethod · 0.65

Tested by 3

testTransformMethod · 0.76