diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-11-25 20:04:01 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-11-25 20:04:01 +0100 |
commit | b93d1b5027afc55be3a5e1c882c023d400f2bbfa (patch) | |
tree | 88e014865ae23e3f95d2ed70a7dce8330ac26253 /source/Protocol/Protocol125.h | |
parent | AnvilStats: Fixed compilation. (diff) | |
download | cuberite-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 'source/Protocol/Protocol125.h')
-rw-r--r-- | source/Protocol/Protocol125.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Protocol/Protocol125.h b/source/Protocol/Protocol125.h index c5f44c818..2182ea356 100644 --- a/source/Protocol/Protocol125.h +++ b/source/Protocol/Protocol125.h @@ -63,6 +63,7 @@ public: virtual void SendPlayerSpawn (const cPlayer & a_Player) override; virtual void SendRespawn (void) override; virtual void SendExperience (void) override; + virtual void SendExperienceOrb (const cEntity & a_Entity) override; virtual void SendSoundEffect (const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch) override; // a_Src coords are Block * 8 virtual void SendSoundParticleEffect (int a_EffectID, int a_SrcX, int a_SrcY, int a_SrcZ, int a_Data) override; virtual void SendSpawnFallingBlock (const cFallingBlock & a_FallingBlock) override; |