Entity.onGround

Boolean value indicating whether or not the player is touching the ground or is in it. This value is true even if the player is in a liquid (like water).

class Entity
final pure nothrow @property @safe @nogc
bool
onGround
()

Meta