mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented "Click Window" for 1.18 (now sending the new required fields), formated few files with Visual Studio formatting. PS: left debug for people to see, I'll remove it once everything is working
This commit is contained in:
parent
b5c4cd7566
commit
3d8c112159
7 changed files with 94 additions and 29 deletions
|
|
@ -263,7 +263,8 @@ namespace MinecraftClient.Protocol
|
|||
/// </summary>
|
||||
/// <param name="inventoryID">Inventory ID</param>
|
||||
/// <param name="itemList">Item list</param>
|
||||
void OnWindowItems(byte inventoryID, Dictionary<int, Item> itemList);
|
||||
/// <param name="stateId">State ID</param>
|
||||
void OnWindowItems(byte inventoryID, Dictionary<int, Item> itemList, int stateId);
|
||||
|
||||
/// <summary>
|
||||
/// Called when a single slot has been updated inside an inventory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue