Class MovementCapa.Move

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IVector2 destination
      The destination.
    • Constructor Summary

      Constructors 
      Constructor Description
      Move​(IVector2 destination)
      Create a new Move.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IVector2 getDestination()
      Get the destination.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • destination

        protected IVector2 destination
        The destination.
    • Constructor Detail

      • Move

        public Move​(IVector2 destination)
        Create a new Move.