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

Method drawCenteredString

Minecraft-Utils/1.9.4/src/Variables.java:101–104  ·  view source on GitHub ↗
(String string, int x, int y)

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public void drawCenteredString(String string, int x, int y) {
103 drawCenteredString(string, x, y, 0xffffff);
104 }
105
106 @Override
107 public void drawCenteredString(String string, int x, int y, int color) {

Callers

nothing calls this directly

Calls 2

drawStringMethod · 0.95
getStringWidthMethod · 0.95

Tested by

no test coverage detected