mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Started to implement inventory handling
This commit is contained in:
parent
76def0d56b
commit
5895a4161f
9 changed files with 148 additions and 1 deletions
|
|
@ -41,6 +41,12 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="isJson">TRUE if the text is JSON-Encoded</param>
|
||||
void OnTextReceived(string text, bool isJson);
|
||||
|
||||
/// <summary>
|
||||
/// This method is called when an inventory is opened
|
||||
/// </summary>
|
||||
/// <param name="inventory">Inventory that was opened</param>
|
||||
void onInventoryOpen(Inventory inventory);
|
||||
|
||||
/// <summary>
|
||||
/// Called when the player respawns, which happens on login, respawn and world change.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue