summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-11-25 20:04:39 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-11-25 20:04:39 +0100
commitf86f67907cf3812c09ad10166677e9c91b1f1198 (patch)
tree87f60845f256541c495b9f3aa4d84c23a3857868 /source/ClientHandle.cpp
parentImplented Spawn Experience Orb packet. (diff)
downloadcuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar.gz
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar.bz2
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar.lz
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar.xz
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.tar.zst
cuberite-f86f67907cf3812c09ad10166677e9c91b1f1198.zip
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r--source/ClientHandle.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp
index daf09d4ea..1bc741aa6 100644
--- a/source/ClientHandle.cpp
+++ b/source/ClientHandle.cpp
@@ -1885,6 +1885,15 @@ void cClientHandle::SendExperience(void)
+void cClientHandle::SendExperienceOrb(const cEntity & a_Entity)
+{
+ m_Protocol->SendExperienceOrb(a_Entity);
+}
+
+
+
+
+
void cClientHandle::SendSoundEffect(const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch)
{
m_Protocol->SendSoundEffect(a_SoundName, a_SrcX, a_SrcY, a_SrcZ, a_Volume, a_Pitch);