diff --git a/src/mc/world/actor/Actor.h b/src/mc/world/actor/Actor.h index fe6d80ef50..ed2867a9fe 100644 --- a/src/mc/world/actor/Actor.h +++ b/src/mc/world/actor/Actor.h @@ -55,8 +55,6 @@ class Actor : public ::ActorStatusProvider { LLAPI void refresh(); - LLNDAPI bool isInstanceOf(::ActorType type) const; - LLNDAPI std::string const& getTypeName() const; LLNDAPI class Vec3 getFeetPos() const; @@ -66,8 +64,7 @@ class Actor : public ::ActorStatusProvider { LLNDAPI class BlockPos getFeetBlockPos() const; LLNDAPI bool isSimulatedPlayer() const; - LLNDAPI bool isPlayer(bool allowSimulatedPlayer = true) const; - LLNDAPI bool isItemActor() const; + LLNDAPI bool isOnGround() const; LLAPI void setOnFire(int time, bool isEffect = true);