mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
start implement
This commit is contained in:
parent
d6022d1ee9
commit
902527502e
4 changed files with 17 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ namespace MinecraftClient.Protocol
|
|||
bool SetInventoryEnabled(bool enabled);
|
||||
bool GetEntityHandlingEnabled();
|
||||
bool SetEntityHandlingEnabled(bool enabled);
|
||||
Container GetInventory(int inventoryID);
|
||||
|
||||
/// <summary>
|
||||
/// Called when a server was successfully joined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue