Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to use MenuProvider/MenuConstructor with player's inventory and enderchest? [1.17.1]

Featured Replies

Posted

How do I get a menu provider for a player's inventory and enderchest? I believe the function to call to do this is player.openMenu(). I just don't know how to get or create a menu provider. The purpose of this is to add commands /enderchest and /invsee !

you should use NetworkHooks#openGui, you need to create a new MenuProvider (use SimpleMenuProvider)

  • Author
14 hours ago, diesieben07 said:

Only for modded containers.

Have you looked at the interface? It is very simple. Like Luis said, you can just SimpleMenuProvider.

Note however that there is no MenuType for the inventory menu and it cannot be opened from the server.

I don't understand where or how to create/find the MenuConstructor. Sorry, I am just not understanding, how to transform the player's enderchestinventory into a menu constructor.

  • 1 month later...
30 minutes ago, X_ZombieSlayer_X said:

Where can I see this in the vanilla files?

If you're using IntelliJ, under External Libraries and then under Gradle: net.minecrafforge:forge:1.17.1-<Forge Versin>_mapped_<Mappings>

if you are using Eclipse, you will find the vanilla code in Your Workspace Folder (in Eclipse) > Project and External Dependencies > forge_version > package net.minecraft
then you need to look at the EnderChestBlock, another way to find the class would be to search for it via CTRL + SHIFT + H (Note this is the Eclipse key shortcut).

21 hours ago, uSkizzik said:

If you're using IntelliJ, under External Libraries and then under Gradle: net.minecrafforge:forge:1.17.1-<Forge Versin>_mapped_<Mappings>

20 hours ago, Luis_ST said:

another way to find the class would be to search for it

The IntelliJ shortcut to search is CTRL + N (by default)

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.