Skip to Content
⚠ Under Construction
ReferenceC++ APIMob

endstone::Mob

Represents a mobile entity (i.e. living entity), such as a monster or player.

Bases: endstone::Actor

Functions:

NameDescription
isGlidingChecks to see if an actor is gliding, such as using an Elytra.

isGliding

bool isGliding() const

Checks to see if an actor is gliding, such as using an Elytra.

Returns:

True if this actor is gliding.

Last updated on