Uses of Interface
ch.sahits.game.openpatrician.model.people.ISideRoomPerson
-
Packages that use ISideRoomPerson Package Description ch.sahits.game.openpatrician.model.city.impl ch.sahits.game.openpatrician.model.people ch.sahits.game.openpatrician.model.people.impl -
-
Uses of ISideRoomPerson in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return types with arguments of type ISideRoomPerson Modifier and Type Method Description javafx.beans.binding.ObjectBinding<java.util.List<ISideRoomPerson>>TavernState. presentPersonsInSideRoomBinding() -
Uses of ISideRoomPerson in ch.sahits.game.openpatrician.model.people
Subinterfaces of ISideRoomPerson 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.interfaceICourierinterfaceIEscorteinterfaceIFugitiveinterfaceIPatrolTrader who wishes to order a patrol along three cities.interfaceIPirateHunterTask to hunt down a priate based on aIMapSection.interfaceISmugglerA 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.interfaceITransportTraderDefining a trader with missing ships capacities, who has to get to another city with his wares.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 ISideRoomPerson in ch.sahits.game.openpatrician.model.people.impl
Classes in ch.sahits.game.openpatrician.model.people.impl that implement ISideRoomPerson Modifier and Type Class Description 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.classPatrolStateImplementation of a patrol.classPirateHunterStateImplementation of a pirate hunter.classSmugglerStateImplementation of a smuggler.classThieveStateImplementation of a thieve.classTransportTraderStateImplementation of a transport trader.classTreasureMapOwnerStateImplementation of a treasure map owner.classWarehouseTenantImplementation of a warehouse tenant.
-