MCPcopy Create free account
hub / github.com/boxbeam/RedLib / saveDefaults

Method saveDefaults

src/redempt/redlib/config/ConfigManager.java:194–197  ·  view source on GitHub ↗

Saves only values which are not already specified in config @return This ConfigManager

()

Source from the content-addressed store, hash-verified

192 * @return This ConfigManager
193 */
194 public ConfigManager saveDefaults() {
195 save(converter, false);
196 return this;
197 }
198
199 /**
200 * Loads all values from the current in-memory config into the target

Callers 1

onEnableMethod · 0.80

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected