17    ::ll::TypedStorage<1, 1, bool>   mCloseDoor;
 
   18    ::ll::TypedStorage<4, 4, int>    mForgetTime;
 
   19    ::ll::TypedStorage<8, 8, ::Mob&> mMob;
 
   32    virtual bool canUse() ;
 
   35    virtual bool canContinueToUse() ;
 
   38    virtual void start() ;
 
   47    virtual void appendDebugInfo(::std::string& str) 
const ;
 
   58    MCAPI 
bool $canContinueToUse();
 
   66    MCAPI 
void $appendDebugInfo(::std::string& str) 
const;