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

Method getView

forge-game/src/main/java/forge/game/zone/Zone.java:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public ZoneView getView() {
80 return new ZoneView(PlayerView.get(getPlayer()), zoneType);
81 }
82
83 public final void reorder(final Card c, final int index) {
84 cardList.remove(c);

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
getPlayerMethod · 0.95

Tested by

no test coverage detected