summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-05-15 21:16:04 +0200
committerMattes D <github@xoft.cz>2014-05-15 21:16:04 +0200
commit0e43f886689db3701881861b5bc0fe7731959b93 (patch)
treedc75aae5676d6cb138d005ff274d57c114f6e3c9 /src/ClientHandle.h
parentAdded doxy-comment requirement (diff)
parentFix compile error. (diff)
downloadcuberite-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 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h3
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);