-
Notifications
You must be signed in to change notification settings - Fork 1
Bot API
Jaideep Singh Heer edited this page Jun 12, 2017
·
35 revisions
This page tells you about the mod BotAPI and gives you a hint on how to get started.
BotAPI is a mod for MinecraftFroge which provides an API to control every compatible game entity and use custom AI logic on it.
The basic layout of a bot is as follows :-
The Entity to be controlled is binded to a Body which provides basic functions like movement/look functions.
The Body is then passed to a Bot which manages the Actions and Responsibilities gives to it.
Note that the Bot maintains two separate threads to manage the actions and responsibilities.

