SPIGOT-5810, SPIGOT-5835: 'Better' handling of Player.isOnGround
By: md_5 <git@md-5.net>
This commit is contained in:
@ -94,6 +94,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
||||
* moves.
|
||||
*
|
||||
* @return True if entity is on ground.
|
||||
* @see Player#isOnGround()
|
||||
*/
|
||||
public boolean isOnGround();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user