![]() |
Botcraft 1.21.4
|
#include "botcraft/AI/Tasks/DigTask.hpp"
#include "botcraft/AI/Tasks/PathfindingTask.hpp"
#include "botcraft/AI/Blackboard.hpp"
#include "botcraft/AI/BehaviourClient.hpp"
#include "botcraft/Game/AssetsManager.hpp"
#include "botcraft/Game/Entities/LocalPlayer.hpp"
#include "botcraft/Game/Entities/EntityManager.hpp"
#include "botcraft/Game/World/World.hpp"
#include "botcraft/Game/Inventory/InventoryManager.hpp"
#include "botcraft/Game/Inventory/Window.hpp"
#include "botcraft/Game/Physics/PhysicsManager.hpp"
#include "botcraft/Network/NetworkManager.hpp"
#include "botcraft/Utilities/Logger.hpp"
#include "botcraft/Utilities/ItemUtilities.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Botcraft |
Functions | |
Status | Botcraft::DigImpl (BehaviourClient &c, const Position &pos, const bool send_swing, const PlayerDiggingFace face, const bool allow_pathfinding) |
Status | Botcraft::Dig (BehaviourClient &c, const Position &pos, const bool send_swing=false, const PlayerDiggingFace face=PlayerDiggingFace::Up, const bool allow_pathfinding=true) |
Dig a block at a given location. | |
Status | Botcraft::DigBlackboard (BehaviourClient &c) |
Same thing as Dig, but reads its parameters from the blackboard. | |