(int x, int y)
| 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) { |
nothing calls this directly
no test coverage detected