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

Method save

src/api/java/baritone/api/cache/ICachedWorld.java:82–82  ·  view source on GitHub ↗

Saves all of the cached regions in this world to disk. This operation does not execute in a new thread by default.

()

Source from the content-addressed store, hash-verified

80 * in a new thread by default.
81 */
82 void save();
83}

Callers 3

onCloseMethod · 0.65
saveMethod · 0.65
executeMethod · 0.65

Implementers 1

CachedWorldsrc/main/java/baritone/cache/CachedWor

Calls

no outgoing calls

Tested by

no test coverage detected