mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implement inventory right click
This commit is contained in:
parent
5da55a2f9a
commit
4f96aa2081
5 changed files with 16 additions and 8 deletions
|
|
@ -688,7 +688,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
return false; //Currently not implemented
|
||||
}
|
||||
|
||||
public bool SendClickWindow(int windowId, int slotId, Item item)
|
||||
public bool SendClickWindow(int windowId, int slotId, byte buttom, Item item)
|
||||
{
|
||||
return false; //Currently not implemented
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue