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

Method getPlayer

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

Source from the content-addressed store, hash-verified

73 }
74
75 public Player getPlayer() { // generic zones like stack have no player associated
76 return null;
77 }
78
79 public ZoneView getView() {
80 return new ZoneView(PlayerView.get(getPlayer()), zoneType);

Callers 7

getViewMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
setCardsMethod · 0.95
isMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected