Пробовал Thread.sleep(200); и this.sleep(200); в методе: public void investigateWorld(){ try { this.sleep(200);} catch (InterruptedException e) { e.printStackTrace(); } }