Is Entity Walking Procedure

Started by Ali107 on

Topic category: Feature requests and ideas for MCreator

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is Entity Walking Procedure

A procedure that checks whether the entity is standing/walking on a block.

 

If the entity is falling, swimming, flying, then it returns false.

If the entity's foot is on the ground and is able to walk around, then it returns true.

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you want a workaround …
Fri, 06/24/2022 - 01:17

if you want a workaround (before it's added), use the tick update procedure and check if the mob's hitbox is touching a block's hitbox