CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PrismarineJS

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: PrismarineJS/mineflayer
Path: blob/master/docs/unstable_api.md
Views: 787

Table of Contents generated with DocToc

unstable API : bot._

These methods and classes are useful in some special cases but are not stable and can change at any moment.

bot._client

bot._client is created using node-minecraft-protocol. It handles writing and reading packet. Its behaviour can change (for example at each new minecraft version) so it's better to use mineflayer methods if possible.