Interface Movable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean checkMove​(int dx, int dy)
      Insert the method's description here.
      boolean move​(int dx, int dy)
      Insert the method's description here.
    • Method Detail

      • checkMove

        boolean checkMove​(int dx,
                          int dy)
        Insert the method's description here. Creation date: (27.12.2000 13:08:09)
        Parameters:
        dx - int
        dy - int
        Returns:
        boolean
      • move

        boolean move​(int dx,
                     int dy)
        Insert the method's description here. Creation date: (25.12.2000 14:13:14)
        Parameters:
        dx - int
        dy - int
        Returns:
        boolean