17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float const> mStartChance;
19 ::ll::TypedStorage<4, 4, float const> mStopChance;
20 ::ll::TypedStorage<8, 8, uint64> mCooldown;
21 ::ll::TypedStorage<4, 4, int const> mSitCooldownTotal;
22 ::ll::TypedStorage<4, 4, int const> mMinSitTick;
23 ::ll::TypedStorage<4, 4, int> mCurrentSitTick;
36 virtual bool canUse() ;
39 virtual void start() ;
45 virtual bool canContinueToUse() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;