Fix crafting result slot not being handled correctly

Added new ChatBot event OnInventoryUpdate
This commit is contained in:
ReinforceZwei 2020-07-07 11:26:49 +08:00 committed by ORelio
parent c3dd0209c8
commit 500e7f1bec
2 changed files with 21 additions and 2 deletions

View file

@ -279,6 +279,8 @@ namespace MinecraftClient
/// <param name="value">he score to be displayed next to the entry. Only sent when Action does not equal 1.</param>
public virtual void OnUpdateScore(string entityname, byte action, string objectivename, int value) { }
public virtual void OnInventoryUpdate(int inventoryId) { }
/* =================================================================== */
/* ToolBox - Methods below might be useful while creating your bot. */
/* You should not need to interact with other classes of the program. */