18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mFollowingMob;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
22 ::ll::TypedStorage<4, 4, float> mStopDistance;
23 ::ll::TypedStorage<4, 4, int> mSearchArea;
30 virtual bool canUse() ;
33 virtual bool canContinueToUse() ;
36 virtual void start() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
54 MCAPI
bool _setWantedMob();
68 MCAPI
bool $canContinueToUse();
76 MCAPI
void $appendDebugInfo(::std::string& str)
const;
82 MCAPI
static void** $vftable();