Jump to content

horizon973

Members
  • Posts

    1
  • Joined

  • Last visited

horizon973's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I can't quite figure out how to properly draw my own gui using this: import net.minecraft.client.gui.GuiScreen; public class NewGui extends GuiScreen { public void initGui() {} public void keyTyped(char c, int i) {} public void drawScreen(int x, int y, float f) {} } I already tried to do something, but I could not achieve my goal. I have a desire by pressing a key that is registered in the client to open the drawn gui using the simple drawRect, drawString, drawCenteredString, drawHoveringText. I using MDK version: 14.23.4.2705
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.