18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, int> mTicks;
20 ::ll::TypedStorage<4, 4, int> mWanderTicks;
21 ::ll::TypedStorage<4, 4, float> mInterval;
22 ::ll::TypedStorage<4, 4, float> mLookAheadDistance;
23 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWanted;
31 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
37 virtual void start() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
52 MCAPI
bool _hasSpaceToWander()
const;
54 MCAPI
bool _setWantedPosition();
68 MCAPI
bool $canContinueToUse();
74 MCAPI
void $appendDebugInfo(::std::string& str)
const;
80 MCAPI
static void** $vftable();