SPIGOT-5810, SPIGOT-5835: 'Better' handling of Player.isOnGround

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-06-28 10:15:49 +10:00
parent 66640aa645
commit 932666525b
2 changed files with 15 additions and 0 deletions

View File

@ -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();