Posted June 13, 201510 yr Now I want to make some serious work on GUI making. But first can anyone explain what are GUIScreen, Containers, and / or other possible related classes? And their relationships with each other?
June 13, 201510 yr ah, oops... sorry dude http://greyminecraftcoder.blogspot.com.au/2015/01/gui-containers.html -TGG
June 13, 201510 yr Hi I hope this gives you a basic idea: 1.) Gui - An in-game overlay that is displayed on the screen. EG: Hotbar 2.) GuiScreen - Used for displaying something on the screen but halting the player and letting the user have control over the mouse pointer. EG: Pressing "E" to open inventory 3.) GuiContainer - Used for items or blocks that hold items or do a specific job. EG: Opening a chest and the GuiContainer is displayed Extend whatever gui you need in your class and open them using IGuiHandler via your client proxy as gui's are client side (rendering). Make sure you read up on TGG's link in his post. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.