Rename ClickWindow to WindowAction

This commit is contained in:
ReinforceZwei 2020-05-24 09:33:21 +08:00 committed by ORelio
parent 1e5b9fc94b
commit d6022d1ee9
7 changed files with 38 additions and 18 deletions

View file

@ -688,7 +688,7 @@ namespace MinecraftClient.Protocol.Handlers
return false; //Currently not implemented
}
public bool SendClickWindow(int windowId, int slotId, byte buttom, Item item)
public bool SendWindowAction(int windowId, int slotId, WindowActionType action, Item item)
{
return false; //Currently not implemented
}