summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-11-25 20:04:01 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-11-25 20:04:01 +0100
commitb93d1b5027afc55be3a5e1c882c023d400f2bbfa (patch)
tree88e014865ae23e3f95d2ed70a7dce8330ac26253 /source/Protocol/Protocol.h
parentAnvilStats: Fixed compilation. (diff)
downloadcuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar.gz
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar.bz2
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar.lz
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar.xz
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.tar.zst
cuberite-b93d1b5027afc55be3a5e1c882c023d400f2bbfa.zip
Diffstat (limited to '')
-rw-r--r--source/Protocol/Protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Protocol/Protocol.h b/source/Protocol/Protocol.h
index 542060ece..18cf3676a 100644
--- a/source/Protocol/Protocol.h
+++ b/source/Protocol/Protocol.h
@@ -86,6 +86,7 @@ public:
virtual void SendPlayerSpawn (const cPlayer & a_Player) = 0;
virtual void SendRespawn (void) = 0;
virtual void SendExperience (void) = 0;
+ virtual void SendExperienceOrb (const cEntity & a_Entity) = 0;
virtual void SendSoundEffect (const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch) = 0; // a_Src coords are Block * 8
virtual void SendSoundParticleEffect (int a_EffectID, int a_SrcX, int a_SrcY, int a_SrcZ, int a_Data) = 0;
virtual void SendSpawnFallingBlock (const cFallingBlock & a_FallingBlock) = 0;