Uses of Interface
ch.sahits.game.openpatrician.model.people.IContractBroker
-
Packages that use IContractBroker Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.people ch.sahits.game.openpatrician.model.people.impl -
-
Uses of IContractBroker in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return IContractBroker Modifier and Type Method Description IContractBrokerICityHallNotice. getContact()Whom to contact in the destination city for delivery. -
Uses of IContractBroker in ch.sahits.game.openpatrician.model.people
Methods in ch.sahits.game.openpatrician.model.people that return types with arguments of type IContractBroker Modifier and Type Method Description java.util.Optional<IContractBroker>IContractBrokers. findContractBroker(ICity city, IPlayer player)Retrieve the contract broker in the city, who is waiting for a delivery by the player.Methods in ch.sahits.game.openpatrician.model.people with parameters of type IContractBroker Modifier and Type Method Description voidIContractBrokers. add(IContractBroker broker, ICity city)Constructors in ch.sahits.game.openpatrician.model.people with parameters of type IContractBroker Constructor Description ContractBrokerConnections(IContractBroker contractBroker, ICity city) -
Uses of IContractBroker in ch.sahits.game.openpatrician.model.people.impl
Classes in ch.sahits.game.openpatrician.model.people.impl that implement IContractBroker Modifier and Type Class Description classContractBrookerStateImplementation of a contract brooker.
-