36 virtual void SendTitleTimes (
int a_FadeInTicks,
int a_DisplayTicks,
int a_FadeOutTicks)
override;
virtual void SendTitleTimes(int a_FadeInTicks, int a_DisplayTicks, int a_FadeOutTicks) override
virtual void HandlePacketStatusRequest(cByteBuffer &a_ByteBuffer) override
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 WriteEntityMetadata(cPacketizer &a_Pkt, const cEntity &a_Entity) override
Writes the metadata for the specified entity, not including the terminating 0xff. ...
virtual void SendResetTitle(void) override
virtual void SendCollectEntity(const cEntity &a_Entity, const cPlayer &a_Player, int a_Count) override
An object that can store incoming bytes and lets its clients read the bytes sequentially The bytes ar...
Composes an individual packet in the protocol's m_OutPacketBuffer; sends it just before being destruc...
cProtocol_1_11_0(cClientHandle *a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State)
virtual void WriteMobMetadata(cPacketizer &a_Pkt, const cMonster &a_Mob) override
Writes the mob-specific metadata for the specified mob.
virtual void SendHideTitle(void) override
virtual void HandlePacketBlockPlace(cByteBuffer &a_ByteBuffer) override
virtual void SendSpawnMob(const cMonster &a_Mob) override