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

Method getOwner

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

Source from the content-addressed store, hash-verified

3713 }
3714
3715 public final Player getOwner() {
3716 return owner;
3717 }
3718 public final void setOwner(final Player owner0) {
3719 if (owner == owner0) { return; }
3720 if (owner != null && owner.getGame() != this.getGame()) {

Callers 15

getAlternativeCostsMethod · 0.95
handleMergedCardsMethod · 0.95
processCardsForZoneMethod · 0.95
copyStackMethod · 0.95
changeZoneMethod · 0.95
setupStaticEffectMethod · 0.95
ceaseToExistMethod · 0.95
canPayMethod · 0.95
learnLessonMethod · 0.95
canBeDiscardedByMethod · 0.95
canBeTargetedByMethod · 0.95
resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected