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

Method isEmblem

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

Source from the content-addressed store, hash-verified

5819 }
5820
5821 public final boolean isEmblem() {
5822 return isEmblem;
5823 }
5824 public final void setEmblem(final boolean isEmblem0) {
5825 isEmblem = isEmblem0;
5826 view.updateEmblem(this);

Callers 5

canTargetSpellAbilityMethod · 0.95
isValidMethod · 0.95
onPlayerLostMethod · 0.45
getLKICopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected