1.20.6 - Not working yet

This commit is contained in:
Anon 2024-06-16 01:19:09 +02:00
parent 8270a2d9a3
commit 08c5c15557
17 changed files with 654 additions and 81 deletions

View file

@ -44,7 +44,9 @@ namespace MinecraftClient.Protocol
int GetProtocolVersion();
Container? GetInventory(int inventoryID);
ILogger GetLogger();
void GetCookie(string key, out byte[]? data);
void SetCookie(string key, byte[] data);
/// <summary>
/// Invoke a task on the main thread, wait for completion and retrieve return value.
/// </summary>