interface MineGuiInterface { public void start(); public void hasWon(boolean status); }