13 ::ll::TypedStorage<1, 1, bool> mContinueSittingOnReload;
14 ::ll::TypedStorage<1, 1, bool> mContinueIfLeashed;
15 ::ll::TypedStorage<4, 4, int> mMinLookCount;
16 ::ll::TypedStorage<4, 4, int> mMaxLookCount;
17 ::ll::TypedStorage<4, 4, int> mRemainingLookCount;
18 ::ll::TypedStorage<4, 4, int> mRandomLookAroundCooldown;
19 ::ll::TypedStorage<8, 8, ::Tick> mNextAvailableSitTick;
25 virtual bool canUse() ;
27 virtual void start() ;
33 virtual bool canContinueToUse() ;
35 virtual void appendDebugInfo(::std::string& str)
const ;
51 MCAPI
bool $canContinueToUse();
53 MCAPI
void $appendDebugInfo(::std::string& str)
const;