Shift click support

This commit is contained in:
BruceChen 2022-09-08 14:04:23 +08:00
parent 09b1d06bd1
commit 65bcd83330
8 changed files with 631 additions and 155 deletions

View file

@ -41,7 +41,7 @@ namespace MinecraftClient.Protocol
bool GetNetworkPacketCaptureEnabled();
void SetNetworkPacketCaptureEnabled(bool enabled);
int GetProtocolVersion();
Container GetInventory(int inventoryID);
Container? GetInventory(int inventoryID);
ILogger GetLogger();
/// <summary>