Check entity at coordinates x,y,z

Started by ahznb on

Topic category: Help with modding (Java Edition)

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check entity at coordinates x,y,z

Hi,

I see in "Block procedures" there's a function to "Get block at x,y,z" and "is block of material type ?". In "Entity procedures" there's "is entity of type/subtype" but no function to "Get entity at x,y,z".

Is there a way to check entity type at some specified coordinates?

A