diff options
author | Mattes D <github@xoft.cz> | 2014-01-19 22:47:52 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-19 22:47:52 +0100 |
commit | fde8b0be60fb58796727d240ceab48a5e2aa0b88 (patch) | |
tree | c7c97ced908edb8d0a719032fb3b9eaff9d7ca7c /src/Protocol/Protocol.h | |
parent | Rewritten SocketThreads for proper shutdown scenario. (diff) | |
parent | Removed unneeded paramters (diff) | |
download | cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar.gz cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar.bz2 cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar.lz cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar.xz cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.tar.zst cuberite-fde8b0be60fb58796727d240ceab48a5e2aa0b88.zip |
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r-- | src/Protocol/Protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index 3293da32c..1bc5d528e 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -103,6 +103,7 @@ public: virtual void SendThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ) = 0; virtual void SendTimeUpdate (Int64 a_WorldAge, Int64 a_TimeOfDay) = 0; virtual void SendUnloadChunk (int a_ChunkX, int a_ChunkZ) = 0; + virtual void SendUpdateBlockEntity (cBlockEntity & a_BlockEntity) = 0; virtual void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4) = 0; virtual void SendUseBed (const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ ) = 0; virtual void SendWeather (eWeather a_Weather) = 0; |