MCPcopy 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

getInstanceMethod · 0.95
initSomeKeyNamesMethod · 0.95
copyFromMethod · 0.95

Tested by

no test coverage detected