![]() |
Botcraft 1.21.4
|
#include "botcraft/AI/Tasks/PathfindingTask.hpp"
#include "botcraft/AI/Blackboard.hpp"
#include "botcraft/AI/Tasks/EntitiesTasks.hpp"
#include "botcraft/AI/BehaviourClient.hpp"
#include "botcraft/Network/NetworkManager.hpp"
#include "botcraft/Game/Entities/EntityManager.hpp"
#include "botcraft/Game/Entities/entities/Entity.hpp"
#include "botcraft/Game/Entities/LocalPlayer.hpp"
#include "botcraft/Utilities/Logger.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Botcraft |
Functions | |
Status | Botcraft::InteractEntityImpl (BehaviourClient &client, const int entity_id, const Hand hand, const bool swing) |
Status | Botcraft::InteractEntity (BehaviourClient &client, const int entity_id, const Hand hand=Hand::Main, const bool swing=false) |
Interact with a given entity. | |
Status | Botcraft::InteractEntityBlackboard (BehaviourClient &client) |
Same thing as InteractEntity, but reads its parameters from the blackboard. | |