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

Method getCardState

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

Source from the content-addressed store, hash-verified

674 }
675
676 public Card getCardState(final Card card) {
677 return getCardState(card, card);
678 }
679 public Card getCardState(final Card card, final Card notFound) {
680 CardStateVisitor visit = new CardStateVisitor(card);
681 this.forEachCardInGame(visit);

Callers 15

AttackRequirementMethod · 0.95
knownDetermineDefinedMethod · 0.95
cardHasPropertyMethod · 0.95
addUntilCommandMethod · 0.95
getDefinedCardsMethod · 0.95
calculateAmountMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95

Calls 2

forEachCardInGameMethod · 0.95
getFoundMethod · 0.95

Tested by

no test coverage detected