MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / toString

Method toString

src/main/java/ui/controls/form/KeyInput.java:115–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public String toString() {
116 if (selected) {
117 return "Key?";
118 } else {
119 return UserKey.getKeyName(keyCode, false);
120 }
121 }
122}
123
124//#endif

Callers 2

drawItemMethod · 0.95
getTextLengthMethod · 0.95

Calls 1

getKeyNameMethod · 0.95

Tested by

no test coverage detected