Added enchanting

This commit is contained in:
Milutinke 2022-10-12 19:51:01 +02:00
parent d222d5f683
commit 4dc1b420f5
12 changed files with 474 additions and 1 deletions

View file

@ -770,6 +770,11 @@ namespace MinecraftClient.Protocol.Handlers
return false; //Currently not implemented
}
public bool ClickContainerButton(int windowId, int buttonId)
{
return false; //Currently not implemented
}
public bool SendCloseWindow(int windowId)
{
return false; //Currently not implemented