19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mXZDist;
22 ::ll::TypedStorage<4, 4, int> mYDist;
23 ::ll::TypedStorage<4, 4, int> mInterval;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
25 ::ll::TypedStorage<4, 12, ::BlockPos> mChosenEndPos;
26 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
39 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
45 virtual void start() ;
54 virtual void appendDebugInfo(::std::string& str)
const ;
57 virtual bool _setWantedPosition();