14class RandomLookAroundAndSitGoal :
public ::RandomLookAroundGoal {
18 ::ll::TypedStorage<1, 1, bool> mContinueSittingOnReload;
19 ::ll::TypedStorage<1, 1, bool> mContinueIfLeashed;
20 ::ll::TypedStorage<4, 4, int> mMinLookCount;
21 ::ll::TypedStorage<4, 4, int> mMaxLookCount;
22 ::ll::TypedStorage<4, 4, int> mRemainingLookCount;
23 ::ll::TypedStorage<4, 4, int> mRandomLookAroundCooldown;
24 ::ll::TypedStorage<8, 8, ::Tick> mNextAvailableSitTick;
29 RandomLookAroundAndSitGoal();
34 virtual bool canUse() ;
36 virtual void start() ;
42 virtual bool canContinueToUse() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
50 MCAPI RandomLookAroundAndSitGoal(
52 bool continueSittingOnReload,
53 bool continueIfLeashed,
61 int randomLookAroundCooldown
72 bool continueSittingOnReload,
73 bool continueIfLeashed,
81 int randomLookAroundCooldown
96 MCAPI
bool $canContinueToUse();
98 MCAPI
void $appendDebugInfo(::std::string& str)
const;