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

Method isSorcery

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

Source from the content-addressed store, hash-verified

5554
5555 public final boolean isKindred() { return getType().isKindred(); }
5556 public final boolean isSorcery() { return getType().isSorcery(); }
5557 public final boolean isInstant() { return getType().isInstant(); }
5558 public final boolean isInstantOrSorcery() {return getType().isInstant() || getType().isSorcery();}
5559

Callers 9

isSpellMethod · 0.95
addSpellAbilityMethod · 0.95
removeCardFromStackMethod · 0.95
chooseManaAbilityMethod · 0.95
considerMethod · 0.95
targetAIMethod · 0.95
confirmActionMethod · 0.95
doTriggerNoCostMethod · 0.95
checkApiLogicMethod · 0.95

Calls 2

getTypeMethod · 0.95
isSorceryMethod · 0.65

Tested by

no test coverage detected