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

Method put

src/main/java/net/raphimc/viaproxy/saves/impl/UISave.java:52–54  ·  view source on GitHub ↗
(final String key, final String value)

Source from the content-addressed store, hash-verified

50 }
51
52 public void put(final String key, final String value) {
53 this.values.put(key, value);
54 }
55
56 public String get(final String key) {
57 return this.values.get(key);

Callers 15

loadFromArgumentsMethod · 0.80
SaveManagerMethod · 0.80
loadMethod · 0.80
fillPlayerDataMethod · 0.80
addTempRedirectMethod · 0.80
addCookieStorageMethod · 0.80
I18nClass · 0.80
setLocaleMethod · 0.80
setLookAndFeelMethod · 0.80
startMethod · 0.80
applyGuiStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected