Uses of Class
ch.sahits.game.openpatrician.engine.event.task.WaitForShipArrival
-
Packages that use WaitForShipArrival Package Description ch.sahits.game.openpatrician.engine.event.task -
-
Uses of WaitForShipArrival in ch.sahits.game.openpatrician.engine.event.task
Methods in ch.sahits.game.openpatrician.engine.event.task that return WaitForShipArrival Modifier and Type Method Description WaitForShipArrivalServerSideTaskFactory. waitForShipArrival(ch.sahits.game.openpatrician.model.ship.INavigableVessel waitingVessel, ch.sahits.game.openpatrician.model.ship.INavigableVessel waitingOnVessel, ch.sahits.game.openpatrician.model.city.ICity waitingIn, java.lang.Runnable actionUponArrival, boolean waitingShipArrived)Retrieve the task for a ship to wait until another ship and itself arrived at the same destination city.
-