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/ClientHandle.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/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 384963a2d..971edfb8a 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -169,6 +169,7 @@ public: // tolua_export void SendEntityLook (const cEntity & a_Entity); void SendEntityMetadata (const cEntity & a_Entity); void SendEntityPosition (const cEntity & a_Entity); + void SendEntityProperties (const cEntity & a_Entity); void SendEntityStatus (const cEntity & a_Entity, char a_Status); void SendEntityVelocity (const cEntity & a_Entity); void SendExperience (void); @@ -191,7 +192,6 @@ public: // tolua_export void SendPlayerListUpdateDisplayName(const cPlayer & a_Player, const AString & a_CustomName); void SendPlayerListUpdateGameMode (const cPlayer & a_Player); void SendPlayerListUpdatePing (); - void SendPlayerMaxSpeed (void); ///< Informs the client of the maximum player speed (1.6.1+) void SendPlayerMoveLook (void); void SendPlayerPosition (void); void SendPlayerSpawn (const cPlayer & a_Player); |