()
| 46 | } |
| 47 | |
| 48 | public void onClose() { |
| 49 | Baritone.getExecutor().execute(() -> { |
| 50 | System.out.println("Started saving the world in a new thread"); |
| 51 | cache.save(); |
| 52 | }); |
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public ICachedWorld getCachedWorld() { |
no test coverage detected