Fix 1.19.3 message signature issue

This commit is contained in:
BruceChen 2023-01-29 22:39:11 +08:00
parent 8cdd32a52a
commit 3735cab9dd
5 changed files with 52 additions and 16 deletions

View file

@ -466,7 +466,7 @@ namespace MinecraftClient.Protocol
/// <param name="result">All commands.</param>
public void OnAutoCompleteDone(int transactionId, string[] result);
public void OnDeclareCommands();
public void SetCanSendMessage(bool canSendMessage);
/// <summary>
/// Send a click container button packet to the server.