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

Method isBattle

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

Source from the content-addressed store, hash-verified

5561 public final boolean isArtifact() { return getType().isArtifact(); }
5562 public final boolean isPlaneswalker() { return getType().isPlaneswalker(); }
5563 public final boolean isBattle() { return getType().isBattle(); }
5564 public final boolean isEnchantment() { return getType().isEnchantment(); }
5565
5566 public final boolean isEquipment() { return getType().isEquipment(); }

Callers 6

AttackRequirementMethod · 0.95
isValidMethod · 0.95
getExcessDamageValueMethod · 0.95

Calls 2

getTypeMethod · 0.95
isBattleMethod · 0.65

Tested by

no test coverage detected