1
0

Implented Spawn Experience Orb packet.

This commit is contained in:
STRWarrior
2013-11-25 20:04:01 +01:00
parent 2d68969a45
commit b93d1b5027
7 changed files with 47 additions and 0 deletions

View File

@@ -476,6 +476,16 @@ void cProtocolRecognizer::SendExperience(void)
void cProtocolRecognizer::SendExperienceOrb(const cEntity & a_Entity)
{
ASSERT(m_Protocol != NULL);
m_Protocol->SendExperienceOrb(a_Entity);
}
void cProtocolRecognizer::SendSoundEffect(const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch)
{
ASSERT(m_Protocol != NULL);