Posted July 7, 201411 yr How would I open the default chest gui so that I can give my custom entity an inventory, or is that not how it works.
July 7, 201411 yr You will have to make your own Gui. Look on the wiki for a Tutorial. Not entirely, if you want to use the default chest gui, you can implement the IInventory interface to your entity and call EntityPlayer#displayGUIChest. Basically take a look in net.minecraft.entity.item.EntityMinecartContainer.
July 7, 201411 yr I've done something similar in the past. You can pass your own container/inventory to the the standard large chest GUI and make it work. However, if you want to do anything unique or really do it right, follow what diesieben07 said and make your own. Long time Bukkit & Forge Programmer Happy to try and help
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.