![]() |
Botcraft 1.21.4
|
#include <atomic>
#include "botcraft/AI/BehaviourClient.hpp"
#include "botcraft/AI/BehaviourTree.hpp"
#include "botcraft/Network/NetworkManager.hpp"
#include "botcraft/Utilities/Logger.hpp"
#include "botcraft/Utilities/SleepUtilities.hpp"
#include "botcraft/Renderer/RenderingManager.hpp"
Go to the source code of this file.
Classes | |
class | Botcraft::TemplatedBehaviourClient< TDerived > |
The base class you should inherit if you need to implement some custom Handle functions AND need to add custom fields to your derived class. More... | |
class | Botcraft::TemplatedBehaviourClient< TDerived >::SwapTree |
Custom internal type used when the tree needs to be changed. More... | |
class | Botcraft::TemplatedBehaviourClient< TDerived >::Interrupted |
Custom internal type used when the tree needs to be stopped. More... | |
Namespaces | |
namespace | Botcraft |