MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / addKeyName

Method addKeyName

src/main/java/ui/keys/UserKey.java:124–128  ·  view source on GitHub ↗
(int code, String name)

Source from the content-addressed store, hash-verified

122 }
123
124 private void addKeyName(int code, String name) {
125 someCodes[current_index] = code;
126 someNames[current_index] = name;
127 current_index++;
128 }
129
130 public static String getKeyName(int code, boolean modificator) {
131 String prefix = modificator ? "M" : "";

Callers 1

initSomeKeyNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected