mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix crafting result slot not being handled correctly
Added new ChatBot event OnInventoryUpdate
This commit is contained in:
parent
c3dd0209c8
commit
500e7f1bec
2 changed files with 21 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue