mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented TabListHeaderAndFooter packet
This commit is contained in:
parent
cf6db27088
commit
782481816d
4 changed files with 30 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue