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;
28 RandomSitGoal& operator=(RandomSitGoal
const&);
29 RandomSitGoal(RandomSitGoal
const&);
35 virtual bool canUse() ;
37 virtual void start() ;
41 virtual bool canContinueToUse() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
45 virtual ~RandomSitGoal() =
default;
57 MCAPI
bool $canContinueToUse();
59 MCAPI
void $appendDebugInfo(::std::string& str)
const;