Started by Rotmax on Tue, 10/29/2019 - 19:54 Topic category: Help with modding (Java Edition) Is it possible to test if the player/entity is flying in the air with a procedure? Jump to top 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. Jump to top Permalink Log in or register to post comments Inside minecraft's vanilla Entity.java file there's also an onGround bool which all entity classes inherit from. Jump to top Permalink Log in or register to post comments Thank you👍 Jump to top Permalink Log in or register to post comments Jump to top Permalink Log in or register to post comments
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. Jump to top Permalink Log in or register to post comments
Inside minecraft's vanilla Entity.java file there's also an onGround bool which all entity classes inherit from. Jump to top Permalink Log in or register to post comments
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.
Inside minecraft's vanilla Entity.java file there's also an onGround bool which all entity classes inherit from.
Thank you👍