Jump to content

Get entity by name


namarino41

Recommended Posts

Hello, is there a way I can get an entity's location by referencing it's name similar to the following command: "/data get entity @e[name="special_portal\,limit=1] Pos". I'm on 1.16.5 and I can't seem to find anything about this. Thanks!

Link to comment
Share on other sites

You could look into how commands handle finding and filtering entities, and either use the same method, or call the required methods.

The class which handles it is net.minecraft.command.arguments.EntitySelector

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

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