If entity is flying Procedure

Started by Rotmax on

Topic category: Help with modding (Java Edition)

Last seen on 09:51, 9. Feb 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If entity is flying Procedure

Is it possible to test if the player/entity is flying in the air with a procedure?

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is possible to get the…
Tue, 10/29/2019 - 20:00

It is possible to get the entity's position and it is possible to test whether the relative coordinates to that position y-1 is equal to air.

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Inside minecraft's vanilla…
Tue, 10/29/2019 - 20:08

Inside minecraft's vanilla Entity.java file there's also an onGround bool which all entity classes inherit from.

Last seen on 09:51, 9. Feb 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you👍
Tue, 10/29/2019 - 20:52

Thank you👍

Last seen on 14:28, 23. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Sun, 02/11/2024 - 11:41