target an entity from a text field editor in a GUI

Started by zorax4295 on

Topic category: Help with modding (Java Edition)

Last seen on 13:20, 14. Apr 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
target an entity from a text field editor in a GUI
Mon, 02/06/2023 - 15:28 (edited)

hello I am looking to provide a gui to see the inventory and modify it for each player

but for her my only problem is to target the player whose inventory we want to see

I want to know how to get the text the user will write in my textfield editor

to be able to place it in my code below

 

(define (1) (get a copy of the slot item (0) of (event/target entity) if he has an inventory) in the slot (0) of the GUI currently open for (Event/target entity))

Edited by zorax4295 on Mon, 02/06/2023 - 15:28