diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-12-22 14:45:25 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-12-22 14:45:25 +0100 |
commit | e9d1352f6e07d120253ea27ef84129ecc892c540 (patch) | |
tree | 27e52fb22ef2d6b4f3ec63732a51e0a05e27a6b5 /src/ClientHandle.h | |
parent | Using regular assignments. (diff) | |
download | cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar.gz cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar.bz2 cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar.lz cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar.xz cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.tar.zst cuberite-e9d1352f6e07d120253ea27ef84129ecc892c540.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 6f82d5d46..26d5e74b7 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -113,6 +113,7 @@ public: void SendInventorySlot (char a_WindowID, short a_SlotNum, const cItem & a_Item); void SendPickupSpawn (const cPickup & a_Pickup); void SendEntityAnimation (const cEntity & a_Entity, char a_Animation); + void SendParticleEffect (const AString & a_ParticleName, float a_SrcX, float a_SrcY, float a_SrcZ, float a_OffsetX, float a_OffsetY, float a_OffsetZ, float a_ParticleData, int a_ParticleAmmount); void SendPlayerAbilities (void); void SendPlayerListItem (const cPlayer & a_Player, bool a_IsOnline); void SendPlayerMaxSpeed (void); ///< Informs the client of the maximum player speed (1.6.1+) |