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;
30 virtual bool canUse() ;
33 virtual void start() ;
39 virtual bool canContinueToUse() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
63 MCAPI
bool $canContinueToUse();
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;
71 MCAPI
static void** $vftable();