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

Method getZone

forge-game/src/main/java/forge/game/player/Player.java:1299–1301  ·  view source on GitHub ↗

Returns PlayerZone corresponding to the given zone of game.

(final ZoneType zone)

Source from the content-addressed store, hash-verified

1297 * Returns PlayerZone corresponding to the given zone of game.
1298 */
1299 public final PlayerZone getZone(final ZoneType zone) {
1300 return zones.get(zone);
1301 }
1302 public void updateZoneForView(PlayerZone zone) {
1303 view.updateZone(zone);
1304 }

Callers 15

addExtraKeywordCostMethod · 0.95
assignGameStateMethod · 0.95
copyGameStateMethod · 0.95
findByViewMethod · 0.95
runOpeningHandActionsMethod · 0.95
isArchenemyMethod · 0.95
setSchemeInMotionMethod · 0.95
canMulliganMethod · 0.95
drawCardsMethod · 0.95
doDrawMethod · 0.95
getCardsInMethod · 0.95

Calls 1

getMethod · 0.65