MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getStringWidth

Method getStringWidth

Minecraft-Utils/1.12.2/src/Variables.java:168–171  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

166 }
167
168 @Override
169 public int getStringWidth(String string) {
170 return getFontrenderer().a(string);
171 }
172
173 @Override
174 public String shortenToWidth(String string, int width) {

Callers 2

drawCenteredStringMethod · 0.95
shortenToWidthMethod · 0.95

Calls 2

getFontrendererMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected