Show name on the top left in Minecraft?

Am
6

I'm about to program a Hack Client for Minecraft with Eclipse and I'd like to know how to show the name ingame in the top left corner (not the name of the program).

Lo

Do you mean the player name of the person using the client or the account you are logged in with?

Am

Ne my name from the client

Lo

Minecraft.getMinecraft (). McFontRenderer.drawString ("Name", x, y);

somehow that's how it went

Lo

Or so

Minecraft.getMinecraft (). FontRenderer.drawStringWithShadow ("Name", 2, 2, 0x000000);

Am

And in which class?

Lo

If that's how it starts I'm tired, sry
google times to render2devent