Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
format
Method · 0.95
getFontPixmap
Method · 0.45
getFont
Method · 0.45
getString
Method · 0.45
getPrefName
Method · 0.45
keyDown
Method · 0.45
moveByActor
Method · 0.45
moveActor
Method · 0.45
edit
Method · 0.45
touchDragged
Method · 0.45
getPartialVariable
Method · 0.45
saveUI
Method · 0.45
Calls
1
getString
Method · 0.65
Tested by
1
init
Method · 0.36