MCPcopy Create free account
hub / github.com/cabaletta/baritone / onClose

Method onClose

src/main/java/baritone/cache/WorldData.java:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 1

closeWorldMethod · 0.95

Calls 3

getExecutorMethod · 0.95
executeMethod · 0.65
saveMethod · 0.65

Tested by

no test coverage detected