THE MOVABLE INTERFACE METHODS
//for the game to draw
public void move();
public void draw(Graphics g);
//for collisions
public byte getFriend ();
public void setVisible ( boolean b ); //mark for removal next iteration
public boolean getVisible (); //if invisible then marked for removal this iteration.