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;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
41 virtual void appendDebugInfo(::std::string& str)
const ;
47 virtual void start() ;
73 MCAPI
bool $canContinueToUse();
75 MCAPI
void $appendDebugInfo(::std::string& str)
const;
87 MCAPI
static void** $vftable();