diff options
author | Mattes D <github@xoft.cz> | 2014-04-02 21:26:45 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-04-02 21:26:45 +0200 |
commit | e7b8e17746de3b03f16e572bd4f4cd239bcd126a (patch) | |
tree | 868c65755c11c2cb8c46968529a57071a69f8eb7 /src/ClientHandle.h | |
parent | Fixed boat placement code. (diff) | |
parent | With eXtra line! (diff) | |
download | cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar.gz cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar.bz2 cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar.lz cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar.xz cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.tar.zst cuberite-e7b8e17746de3b03f16e572bd4f4cd239bcd126a.zip |
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 8366caa16..5496e61a7 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -230,10 +230,10 @@ public: /** Called when the player moves into a different world; queues sreaming the new chunks */ void MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket); +private: + /** Handles the block placing packet when it is a real block placement (not block-using, item-using or eating) */ void HandlePlaceBlock(int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ, cItemHandler & a_ItemHandler); - -private: /** The type used for storing the names of registered plugin channels. */ typedef std::set<AString> cChannels; |