Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ UserKey
Method
UserKey
src/main/java/ui/keys/UserKey.java:55–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
public
int
key;
54
55
public
UserKey() {
56
super(RosterIcons.getInstance());
57
initSomeKeyNames();
58
}
59
60
public
UserKey(UserKey u) {
61
this();
Callers
nothing calls this directly
Calls
3
getInstance
Method · 0.95
initSomeKeyNames
Method · 0.95
copyFrom
Method · 0.95
Tested by
no test coverage detected