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

Method isBoon

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

Source from the content-addressed store, hash-verified

5827 }
5828
5829 public final boolean isBoon() {
5830 return isBoon;
5831 }
5832 public final void setBoon(final boolean isBoon0) {
5833 isBoon = isBoon0;
5834 view.updateBoon(this);

Callers 3

isValidMethod · 0.95
copyCardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected