Implemented TabListHeaderAndFooter packet

This commit is contained in:
Anon 2023-11-20 18:08:09 +01:00
parent cf6db27088
commit 782481816d
4 changed files with 30 additions and 0 deletions

View file

@ -447,6 +447,13 @@ namespace MinecraftClient.Protocol
/// <param name="value">he score to be displayed next to the entry. Only sent when Action does not equal 1.</param>
void OnUpdateScore(string entityname, int action, string objectivename, int value);
/// <summary>
/// Called when the client received the Tab Header and Footer
/// </summary>
/// <param name="header">Header</param>
/// <param name="footer">Footer</param>
void OnTabListHeaderAndFooter(string header, string footer);
/// <summary>
/// Called when tradeList is received from server
/// </summary>