Uses of Interface
ch.sahits.game.openpatrician.model.people.ITavernPerson
-
Packages that use ITavernPerson Package Description ch.sahits.game.openpatrician.model.city.impl ch.sahits.game.openpatrician.model.people ch.sahits.game.openpatrician.model.people.impl -
-
Uses of ITavernPerson in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return types with arguments of type ITavernPerson Modifier and Type Method Description javafx.collections.ObservableList<ITavernPerson>TavernState. absentPersonProperty()Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type ITavernPerson Modifier and Type Method Description booleanTavernState. isTalkingToOtherPlayer(ITavernPerson person, IPlayer player) -
Uses of ITavernPerson in ch.sahits.game.openpatrician.model.people
Subinterfaces of ITavernPerson in ch.sahits.game.openpatrician.model.people Modifier and Type Interface Description (package private) interfacech.sahits.game.openpatrician.model.people.IBasePatrolinterfaceIBuyerA buyer promises to buy wares within a given time frame at a certain price.interfaceIConcurrentAnother player asking to harm his concurrent by sinking one of his ships.interfaceICourierinterfaceIEscorteinterfaceIFugitiveinterfaceIInformantProvide the information the informant is willing to sell.interfaceIPatrolTrader who wishes to order a patrol along three cities.interfaceIPirateInterface defining a pirate sitting in the tavern.interfaceIPirateHunterTask to hunt down a priate based on aIMapSection.interfaceISideRoomPersoninterfaceISmugglerA smuggler request delivery of some wares into another city.interfaceIThieveA thieve is a person sitting in the tavern waiting for an order to break in on one of your concurrent's, who have a trading office in the city.interfaceITraderSelling goods wares produced in the city.interfaceITransportTraderDefining a trader with missing ships capacities, who has to get to another city with his wares.interfaceITravelerTraveler needs to go into a different city.interfaceITreasureMapOwnerThe owner of a treasure map offers you a part of it to be sold.interfaceIWarehouseTenantTrader who looks to store goods in another warehouse. -
Uses of ITavernPerson in ch.sahits.game.openpatrician.model.people.impl
Classes in ch.sahits.game.openpatrician.model.people.impl that implement ITavernPerson Modifier and Type Class Description classBasePatrolStateBase implementation for patrol like tasks.classBaseTavernPersonBase class for people frequenting the tavern.classBuyerStateImplementation of a buyer.classConcurrentStateImplementation of a concurrent.classCourierStateImplementation of a courier.classEscorteeStateImplementation of an escortee, who needs to travel to another city and will be attacked by a pirate under way.classFugitiveStateImplementation of an fugitive, who needs to travel to another city and will be attacked by a pirate under way.classInformantStateImplementation of a informant.classPatrolStateImplementation of a patrol.classPirateHunterStateImplementation of a pirate hunter.classSmugglerStateImplementation of a smuggler.classTavernPirateStateImplementation of a pirate.classThieveStateImplementation of a thieve.classTraderStateImplementation of a trader.classTransportTraderStateImplementation of a transport trader.classTravelerStateImplementation of a traveler.classTreasureMapOwnerStateImplementation of a treasure map owner.classWarehouseTenantImplementation of a warehouse tenant.
-