ch.sahits.game.graphic.display.model
Interface ICityPlayerProxy

All Known Implementing Classes:
CityPlayerProxy, ViewChangeCityPlayerProxy

public interface ICityPlayerProxy


Method Summary
 IShip getActiveShip()
          Retrieve the players active ship
 ICity getCity()
          Retrieve the city reference
 IPlayer getPlayer()
          retrieve the player reference
 List<IShip> getPlayersShips()
          Retrieve the list of all ships of the player currently in the port.
 

Method Detail

getActiveShip

IShip getActiveShip()
Retrieve the players active ship

Returns:

getPlayersShips

List<IShip> getPlayersShips()
Retrieve the list of all ships of the player currently in the port. The list is unmodifiable.

Returns:
unmodifiable list of the players ships

getCity

ICity getCity()
Retrieve the city reference

Returns:

getPlayer

IPlayer getPlayer()
retrieve the player reference

Returns:


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.