Class DelayedTravelToEvent

  • All Implemented Interfaces:
    ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

    public class DelayedTravelToEvent
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    Created by andi on 26.03.17.
    • Constructor Summary

      Constructors 
      Constructor Description
      DelayedTravelToEvent​(javafx.geometry.Point2D destination, ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel, java.util.Optional<ch.sahits.game.openpatrician.model.city.ICity> city)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

        getClassName, getMethodName
    • Constructor Detail

      • DelayedTravelToEvent

        public DelayedTravelToEvent​(javafx.geometry.Point2D destination,
                                    ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel,
                                    java.util.Optional<ch.sahits.game.openpatrician.model.city.ICity> city)