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;
 
   26    virtual bool canUse() ;
 
   29    virtual void start() ;
 
   38    virtual bool canContinueToUse() ;
 
   41    virtual void appendDebugInfo(::std::string& str) 
const ;
 
   58    MCAPI 
bool $canContinueToUse();
 
   60    MCAPI 
void $appendDebugInfo(::std::string& str) 
const;