Uses of Interface
ch.sahits.game.openpatrician.model.building.IStorage
-
Packages that use IStorage Package Description ch.sahits.game.openpatrician.model.building ch.sahits.game.openpatrician.model.building.impl -
-
Uses of IStorage in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return IStorage Modifier and Type Method Description IStorageITradingOffice. getStorage()Retrieve an overview over the storage -
Uses of IStorage in ch.sahits.game.openpatrician.model.building.impl
Classes in ch.sahits.game.openpatrician.model.building.impl that implement IStorage Modifier and Type Class Description classStorageConstructors in ch.sahits.game.openpatrician.model.building.impl with parameters of type IStorage Constructor Description TradingOffice(IPlayer player, ICity city, int value, IStorage storage, IBalanceSheet lastWeek, IBalanceSheet thisWeek)
-