15class FindUnderwaterTreasureGoal :
public ::Goal {
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 12, ::BlockPos> mDestination;
21 ::ll::TypedStorage<4, 12, ::Vec3> mLastPos;
22 ::ll::TypedStorage<4, 4, int> mBlocksCounter;
23 ::ll::TypedStorage<4, 4, int> mBlocksToTravel;
24 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
25 ::ll::TypedStorage<4, 4, int> mFailedPathing;
26 ::ll::TypedStorage<4, 4, int> mTotalFailedPathing;
27 ::ll::TypedStorage<4, 4, float> mSpeed;
28 ::ll::TypedStorage<4, 4, int> mSearchArea;
33 FindUnderwaterTreasureGoal& operator=(FindUnderwaterTreasureGoal
const&);
34 FindUnderwaterTreasureGoal(FindUnderwaterTreasureGoal
const&);
35 FindUnderwaterTreasureGoal();
40 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
44 virtual bool canBeInterrupted() ;
46 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
54 virtual ~FindUnderwaterTreasureGoal() =
default;
62 MCAPI
bool $canContinueToUse();
64 MCFOLD
bool $canBeInterrupted();
72 MCAPI
void $appendDebugInfo(::std::string& str)
const;