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

Method isAura

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

Source from the content-addressed store, hash-verified

5569 public final boolean isContraption() { return getType().isContraption(); }
5570 public final boolean isCurse() { return getType().hasSubtype("Curse"); }
5571 public final boolean isAura() { return getType().isAura(); }
5572 public final boolean isShrine() { return getType().hasSubtype("Shrine"); }
5573 public final boolean isSaga() { return getType().isSaga(); }
5574

Callers 11

changeZoneMethod · 0.95
isSpellMethod · 0.95
adjustAuraHostMethod · 0.95
resolveMethod · 0.95
makeTokenTableMethod · 0.95
resolveMethod · 0.95
addCardToZoneMethod · 0.95
chooseManaAbilityMethod · 0.95
checkApiLogicMethod · 0.95

Calls 2

getTypeMethod · 0.95
isAuraMethod · 0.65

Tested by

no test coverage detected