Entity in GUI (MCreator 2023.1)

Started by MrFox2 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity in GUI (MCreator 2023.1)

So, my question is: how to do entity in GUI in MCreator 2023.1? I really need that, I heard that there's no need to code, but I saw that a procedure is needed, and I'd like to know how the procedure should look like.

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey, hope it's not too late…
Tue, 04/04/2023 - 04:50

Hey, hope it's not too late. I found out how to do this by accident, but it is ridiculously easy! I don't know what u want, but to render the player you just need to create a procedure that returns Event/target entity, literally, nothing else :)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi, what about rendering…
Tue, 06/20/2023 - 15:01

Hi, what about rendering entities that aren't players ? I can't figure it out

use static entity instance…
Tue, 06/20/2023 - 15:09

use static entity instance for the return block which is in advanced

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i got a strange glitch -…
Tue, 12/12/2023 - 08:28

i got a strange glitch - when i make a key binding to open a GUI of a entity the player is Mounting, the GUI shoes empty but the items are there (i can see them when i open the GUI clicking the entity not mounting), so when you are mounting the entity you cant acess its GUI inventory?

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can someone give us a hand…
Sat, 12/16/2023 - 09:30

can someone give us a hand on display model of clicked entity on GUI ? wonder if its even possible atm