MCPcopy Create free account
hub / github.com/Var3D/var3dframe / get

Method get

core/src/core/java/var3d/net/center/VBundle.java:17–19  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

15 }
16
17 public final String get(String key) {
18 return listener.getString(key);
19 }
20
21 public String format(String key, Object... args) {
22 return formatter.format(get(key), args);

Callers 15

formatMethod · 0.95
getFontPixmapMethod · 0.45
getFontMethod · 0.45
getStringMethod · 0.45
getPrefNameMethod · 0.45
keyDownMethod · 0.45
moveByActorMethod · 0.45
moveActorMethod · 0.45
editMethod · 0.45
touchDraggedMethod · 0.45
getPartialVariableMethod · 0.45
saveUIMethod · 0.45

Calls 1

getStringMethod · 0.65

Tested by 1

initMethod · 0.36