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

Method getTextLength

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

Source from the content-addressed store, hash-verified

106 }
107
108 public int getTextLength() {
109 String text=toString();
110 if (text.length() == 0)
111 return 0;
112 return font.stringWidth(text);
113 }
114
115 public String toString() {
116 if (selected) {

Callers 1

drawItemMethod · 0.95

Calls 2

toStringMethod · 0.95
stringWidthMethod · 0.65

Tested by

no test coverage detected