private void encounterBats() { //randomly moves the bat map.moveBatRandom(); //randomly moves the player map.movePlayerRandom(); //reset the messages resetPop(); //display "moved by bats" updatePop(1); //update the render for UI updateRender(); }