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

Method isPrepared

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

Source from the content-addressed store, hash-verified

6586 }
6587
6588 public boolean isPrepared() {
6589 return preparedEffect != null;
6590 }
6591 public Card getPrepared() {
6592 return preparedEffect;
6593 }

Callers 8

getAbilityTextMethod · 0.95
resolveMethod · 0.95
setCursorMethod · 0.80
generateNewMethod · 0.80
createSmallPixmapMethod · 0.80
generateMethod · 0.80
getpixelColorMethod · 0.80
checkApiLogicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected