19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPos;
21 ::ll::TypedStorage<4, 4, int> mFloatDuration;
22 ::ll::TypedStorage<4, 4, float> mFloatXZDist;
23 ::ll::TypedStorage<4, 4, float> mFloatYDist;
24 ::ll::TypedStorage<4, 4, float> mYOffset;
25 ::ll::TypedStorage<1, 1, bool> mMustReach;
26 ::ll::TypedStorage<1, 1, bool> mRandomReselect;
27 ::ll::TypedStorage<4, 8, ::FloatRange> mFloatDurationRange;
34 virtual bool canUse() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
49 MCAPI
bool _canReach(
::Vec3 const& targetPos,
float dist);
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;
71 MCAPI
static void** $vftable();