MCPcopy Create free account
hub / github.com/ViaVersion/ViaProxy / save

Method save

src/main/java/net/raphimc/viaproxy/saves/impl/UISave.java:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public JsonElement save() {
47 JsonObject jsonObject = new JsonObject();
48 for (Map.Entry<String, String> entry : this.values.entrySet()) jsonObject.addProperty(entry.getKey(), entry.getValue());
49 return jsonObject;
50 }
51
52 public void put(final String key, final String value) {
53 this.values.put(key, value);

Callers 12

MicrosoftAccountMethod · 0.45
BedrockAccountMethod · 0.45
registerMethod · 0.45
handleLoginMethod · 0.45
setLocaleMethod · 0.45
windowClosingMethod · 0.45
startMethod · 0.45
initMethod · 0.45
moveUpMethod · 0.45
moveDownMethod · 0.45
handleLoginMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected