If entity is flying Procedure

Started by Rotmax on

Topic category: Help with Minecraft modding (Java Edition)

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?

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.

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.

Joined Nov 2015
Points:

User statistics:

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

Thank you👍