Add ChatBot methods to get inventories.

This commit is contained in:
CarbonNeuron 2020-05-01 10:52:43 -05:00
parent 6eb12fd489
commit 8b57b657e6
2 changed files with 5 additions and 0 deletions

View file

@ -664,6 +664,10 @@ namespace MinecraftClient
{
return Handler.GetInventoryEnabled();
}
public Dictionary<int, Container> GetInventories()
{
return Handler.GetInventories();
}
/// <summary>
/// Get the current Minecraft World