public interface Moveable{ int JUMP_HEIGHT = 10; public void moveX(int moveX); public void moveY(int moveY); }