19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float const> mSpeedModifier;
21 ::ll::TypedStorage<4, 4, int const> mInterval;
22 ::ll::TypedStorage<4, 4, float const> mXZDist;
23 ::ll::TypedStorage<4, 4, float const> mYDist;
24 ::ll::TypedStorage<4, 4, float> mYOffset;
25 ::ll::TypedStorage<4, 8, ::IntRange> mHoverHeight;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
39 virtual bool canUse() ;
42 virtual void start() ;
48 virtual bool canContinueToUse() ;
51 virtual void appendDebugInfo(::std::string& str)
const ;