Jump to content

How to make an inventory menu in Forge?


Alsan Ali

Recommended Posts

I'm trying to make an inventory menu where you select which server you want to join, but I have no idea where to start. I don't know how to construct an Inventory or anything like that, since it requires me to enter an ILockableContainer which I obviously can't construct.

 

I've done this in Bukkit/Spigot before, but I don't want to use that now (I like Forge's API better).

Link to comment
Share on other sites

I don't know a lot about the topic but here are a few links that might help you:

https://www.youtube.com/watch?v=MHgS0GTNqq0

https://www.youtube.com/watch?v=B4HWFG8VJM0

http://jabelarminecraft.blogspot.com/p/minecraft-forge-1721710-gui-and-input.html

http://jabelarminecraft.blogspot.com/p/minecraft-modding-block-with-simple-gui.html

https://wiki.mcjty.eu/modding/index.php?title=GUI-1.12

 

Also I think it might help to look at the GUIContainer class.

EDIT:

I found a step by step guide on this here:

https://shadowfacts.net/tutorials/forge-modding-112/tile-entities-inventory-gui/

EDIT 2:

I just realized someone else posted the same link.

Edited by jomoetnt
Link to comment
Share on other sites

Do you really mean an "inventory" menu? Or do you just mean a server selection GUI? Those are different things. You said you wanted to select the server, and at the point you're selecting a server I don't think the player would even have an inventory. So it doesn't make sense to want an inventory menu to select a server. What exactly are you trying to do?

Edited by jabelar

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Link to comment
Share on other sites

20 minutes ago, jabelar said:

What exactly are you trying to do?

By this we mean:

Tell us what you want your user to see/do/interact with/have happen. Do no explain your attempts to code it.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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