Open
Description
The documentation for mineflayer.Container
says: "Extends windows.Window for chests, dispensers, etc... See bot.openChest(chestBlock or minecartchestEntity)
.". However, the documentation for bot.openChest()
says "Deprecated. Same as openContainer
". The documentation for mineflayer.Container
should probably directly point at bot.openContainer()
.