Uses of Class
ch.sahits.game.openpatrician.display.event.data.CourierPatrolStateInternal
-
Packages that use CourierPatrolStateInternal Package Description ch.sahits.game.openpatrician.display.event.handler.impl -
-
Uses of CourierPatrolStateInternal in ch.sahits.game.openpatrician.display.event.handler.impl
Methods in ch.sahits.game.openpatrician.display.event.handler.impl with parameters of type CourierPatrolStateInternal Modifier and Type Method Description NextCourierPatrolStationEventHandlerFactory. getNextCourierPatrolStationHanlder(ch.sahits.game.openpatrician.model.ship.IShip ship, ch.sahits.game.openpatrician.model.city.ICity city, CourierPatrolStateInternal state, ch.sahits.game.openpatrician.model.IPlayer player, java.time.LocalDateTime deadline)Retrieve the event handler for the next patrol stationConstructors in ch.sahits.game.openpatrician.display.event.handler.impl with parameters of type CourierPatrolStateInternal Constructor Description NextCourierPatrolStation(ch.sahits.game.openpatrician.model.ship.IShip ship, ch.sahits.game.openpatrician.model.city.ICity city, CourierPatrolStateInternal state, ch.sahits.game.openpatrician.model.IPlayer player, java.time.LocalDateTime deadline)Create the next patrol station listener.
-