Added system and above action bar chat messages
This commit is contained in:
@@ -55,6 +55,12 @@ public:
|
||||
virtual void SendBlockChanges (int a_ChunkX, int a_ChunkZ, const sSetBlockVector & a_Changes) override;
|
||||
virtual void SendChat (const AString & a_Message) override;
|
||||
virtual void SendChat (const cCompositeChat & a_Message) override;
|
||||
virtual void SendChatAboveActionBar (const AString & a_Message) override;
|
||||
virtual void SendChatAboveActionBar (const cCompositeChat & a_Message) override;
|
||||
virtual void SendChatSystem (const AString & a_Message) override;
|
||||
virtual void SendChatSystem (const cCompositeChat & a_Message) override;
|
||||
virtual void SendChatType (const AString & a_Message, eChatType type) override;
|
||||
virtual void SendChatType (const cCompositeChat & a_Message, eChatType type) override;
|
||||
virtual void SendChunkData (int a_ChunkX, int a_ChunkZ, cChunkDataSerializer & a_Serializer) override;
|
||||
virtual void SendCollectEntity (const cEntity & a_Entity, const cPlayer & a_Player) override;
|
||||
virtual void SendDestroyEntity (const cEntity & a_Entity) override;
|
||||
|
||||
Reference in New Issue
Block a user