30 virtual void SendSoundEffect(
const AString & a_SoundName,
double a_X,
double a_Y,
double a_Z,
float a_Volume,
float a_Pitch)
override;
virtual void WriteEntityMetadata(cPacketizer &a_Pkt, const cEntity &a_Entity) override
Writes the metadata for the specified entity, not including the terminating 0xff. ...
virtual void HandlePacketStatusRequest(cByteBuffer &a_ByteBuffer) override
The version 110 protocol, used by 1.9.3 and 1.9.4.
virtual void WriteBlockEntity(cPacketizer &a_Pkt, const cBlockEntity &a_BlockEntity) override
Writes the block entity data for the specified block entity into the packet.
virtual void SendSoundEffect(const AString &a_SoundName, double a_X, double a_Y, double a_Z, float a_Volume, float a_Pitch) override
An object that can store incoming bytes and lets its clients read the bytes sequentially The bytes ar...
virtual void WriteMobMetadata(cPacketizer &a_Pkt, const cMonster &a_Mob) override
Writes the mob-specific metadata for the specified mob.
Composes an individual packet in the protocol's m_OutPacketBuffer; sends it just before being destruc...
cProtocol_1_10_0(cClientHandle *a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State)