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;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
41 virtual bool canBeInterrupted() ;
44 virtual void start() ;
53 virtual void appendDebugInfo(::std::string& str)
const ;
70 MCAPI
bool $canContinueToUse();
72 MCFOLD
bool $canBeInterrupted();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;
86 MCAPI
static void** $vftable();