diff options
author | Mattes D <github@xoft.cz> | 2014-05-15 21:16:04 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-05-15 21:16:04 +0200 |
commit | 0e43f886689db3701881861b5bc0fe7731959b93 (patch) | |
tree | dc75aae5676d6cb138d005ff274d57c114f6e3c9 /src/ClientHandle.h | |
parent | Added doxy-comment requirement (diff) | |
parent | Fix compile error. (diff) | |
download | cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar.gz cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar.bz2 cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar.lz cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar.xz cuberite-0e43f886689db3701881861b5bc0fe7731959b93.tar.zst cuberite-0e43f886689db3701881861b5bc0fe7731959b93.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index b6bba4eae..f3dea7a4a 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -374,6 +374,9 @@ private: /** Handles the DIG_FINISHED dig packet: */ void HandleBlockDigFinished(int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, BLOCKTYPE a_OldBlock, NIBBLETYPE a_OldMeta); + /** The clients will receive a finished dig animation */ + void FinishDigAnimation(); + /** Converts the protocol-formatted channel list (NUL-separated) into a proper string vector. */ AStringVector BreakApartPluginChannels(const AString & a_PluginChannels); |