MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / save

Method save

The 5zig Mod/src/eu/the5zig/mod/config/ConfigNew.java:724–726  ·  view source on GitHub ↗

Saves the configuration in a separate Thread.

()

Source from the content-addressed store, hash-verified

722 * Saves the configuration in a separate Thread.
723 */
724 public void save() {
725 save(false);
726 }
727
728 /**
729 * Saves the configuration.

Callers 15

ConfigNewMethod · 0.95
actionMethod · 0.95
resetMethod · 0.95
setLanguageMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
drawScreenMethod · 0.45
actionPerformedMethod · 0.45
setColorMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45

Calls 6

writeRootMethod · 0.95
getAsyncExecutorMethod · 0.95
hasChangedMethod · 0.80
setChangedMethod · 0.80
executeMethod · 0.80
serializeMethod · 0.45

Tested by

no test coverage detected