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;
41 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
47 virtual bool canBeInterrupted() ;
50 virtual void start() ;
59 virtual void appendDebugInfo(::std::string& str)
const ;