Uses of Interface
ch.sahits.game.openpatrician.model.city.IShipyard
-
Packages that use IShipyard Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of IShipyard in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return IShipyard Modifier and Type Method Description IShipyardShipyards. getShipyard(ICity city)Retrieve the shipyard of the city.Methods in ch.sahits.game.openpatrician.model.city that return types with arguments of type IShipyard Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<ICity,IShipyard>>Shipyards. iterator()Methods in ch.sahits.game.openpatrician.model.city with parameters of type IShipyard Modifier and Type Method Description voidShipyards. add(IShipyard shipyard, ICity city)Add a shipyard in the city. -
Uses of IShipyard in ch.sahits.game.openpatrician.model.city.impl
Classes in ch.sahits.game.openpatrician.model.city.impl that implement IShipyard Modifier and Type Class Description classShipyardStateImplementation of the shipyard model.Constructors in ch.sahits.game.openpatrician.model.city.impl with parameters of type IShipyard Constructor Description CityState(ICity city, IShipyard shipard, TavernState tavern)
-