Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public interface MoveBehavior {
  2.     /**
  3.      * Performs a certain movement.
  4.      * */
  5.     public void move();
  6. }