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

Method getZoneOf

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

Source from the content-addressed store, hash-verified

594 }
595
596 public Zone getZoneOf(final Card card) {
597 return card == null ? null : card.getLastKnownZone();
598 }
599
600 public synchronized CardCollectionView getCardsIn(final ZoneType zone) {
601 if (zone == ZoneType.Stack) {

Callers 15

playAbilityMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
chooseCardFromListMethod · 0.95
getDamageForPlayingMethod · 0.95
getDamageFromETBMethod · 0.95

Calls 1

getLastKnownZoneMethod · 0.80

Tested by

no test coverage detected