Class MovementLess

  • All Implemented Interfaces:
    Movement

    public class MovementLess
    extends java.lang.Object
    implements Movement
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void move​(Movable movable)
      Move a movable.
      • Methods inherited from class java.lang.Object

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

      • SINGLETON

        public static final Movement SINGLETON
    • Method Detail

      • move

        public void move​(Movable movable)
        Description copied from interface: Movement
        Move a movable.
        Specified by:
        move in interface Movement
        Parameters:
        movable - The movable to move.