15class FindUnderwaterTreasureGoal :
public ::BaseGoal {
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 ;
58 MCAPI
explicit FindUnderwaterTreasureGoal(
::Mob& mob);
64 MCAPI
void* $ctor(
::Mob& mob);
72 MCAPI
bool $canContinueToUse();
74 MCFOLD
bool $canBeInterrupted();
82 MCAPI
void $appendDebugInfo(::std::string& str)
const;