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

Method getExiledWith

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

Source from the content-addressed store, hash-verified

2147 }
2148
2149 public final Card getExiledWith() {
2150 return exiledWith;
2151 }
2152 public final void setExiledWith(final Card e) {
2153 exiledWith = view.setCard(exiledWith, e, TrackableProperty.ExiledWith);
2154 }

Callers 10

isOnAdventureMethod · 0.95
cardHasPropertyMethod · 0.95
initFromGameMethod · 0.45
addCardMethod · 0.45
changeZoneMethod · 0.45
getLKICopyMethod · 0.45
isExiledWithMethod · 0.45
considerMethod · 0.45
considerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected