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

Method draw

The 5zig Mod/src/eu/the5zig/mod/chat/entity/User.java:40–44  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

38 }
39
40 @Override
41 public void draw(int x, int y) {
42 Gui currentScreen = The5zigMod.getVars().getCurrentScreen();
43 Gui.drawCenteredString(getUsername(), currentScreen.getWidth() / 2, y + 2);
44 }
45
46 @Override
47 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 5

getVarsMethod · 0.95
drawCenteredStringMethod · 0.95
getUsernameMethod · 0.95
getWidthMethod · 0.95
getCurrentScreenMethod · 0.65

Tested by

no test coverage detected