Uses of Interface
ch.sahits.game.openpatrician.model.building.ITradingOffice
-
-
Uses of ITradingOffice in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return types with arguments of type ITradingOffice Modifier and Type Method Description java.util.Optional<ITradingOffice>IPlayer. findTradingOffice(ICity city)Find the trading office of the player in the city. -
Uses of ITradingOffice in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return types with arguments of type ITradingOffice Modifier and Type Method Description java.util.List<ITradingOffice>TradingOfficeList. findOwnedBy(IPlayer player)Find all trading offices of a player.java.util.Iterator<ITradingOffice>TradingOfficeList. iterator()Methods in ch.sahits.game.openpatrician.model.building with parameters of type ITradingOffice Modifier and Type Method Description booleanTradingOfficeList. add(ITradingOffice iTradingOffice) -
Uses of ITradingOffice in ch.sahits.game.openpatrician.model.building.impl
Classes in ch.sahits.game.openpatrician.model.building.impl that implement ITradingOffice Modifier and Type Class Description classTradingOfficeImplementation of the trading office -
Uses of ITradingOffice in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return types with arguments of type ITradingOffice Modifier and Type Method Description java.util.Optional<ITradingOffice>Player. findTradingOffice(ICity city)
-