Draw MainMenu
Kotlin/Java
2
Posts
2
Posters
298
Views
1
Watching
-
What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?
-
What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?
@mike-melony
Minecraft.getMinecraft().getTextureManager().bindTexture();
Gui.drawScaledCustomSizeModalRect();