diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-06 13:26:43 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 23:35:07 +0200 |
commit | 1394fc8eb5c8c0ac49bb64ce1871a80470f058c3 (patch) | |
tree | c2f244154cb90f814e448da9ab9cb09b430d6b1e /src/World.h | |
parent | Fix block break particles (diff) | |
download | cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.gz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.bz2 cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.lz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.xz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.zst cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.zip |
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h index 9c488c645..82dd04b49 100644 --- a/src/World.h +++ b/src/World.h @@ -184,6 +184,7 @@ public: virtual void BroadcastEntityLook (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) override; virtual void BroadcastEntityMetadata (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) override; virtual void BroadcastEntityPosition (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) override; + void BroadcastEntityProperties (const cEntity & a_Entity); virtual void BroadcastEntityStatus (const cEntity & a_Entity, Int8 a_Status, const cClientHandle * a_Exclude = nullptr) override; virtual void BroadcastEntityVelocity (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) override; virtual void BroadcastEntityAnimation (const cEntity & a_Entity, Int8 a_Animation, const cClientHandle * a_Exclude = nullptr) override; // tolua_export |