20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 12, ::Vec3> mDestination;
22 ::ll::TypedStorage<4, 12, ::Vec3> mLastPos;
23 ::ll::TypedStorage<4, 4, int> mFailedPathing;
24 ::ll::TypedStorage<4, 4, int> mTotalFailedPathing;
25 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
26 ::ll::TypedStorage<4, 4, float> mRadiusSq;
27 ::ll::TypedStorage<4, 4, float> mBlockDistance;
28 ::ll::TypedStorage<4, 4, int> mCooldownTimer;
41 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
53 virtual void start() ;