12 ::ll::TypedStorage<4, 4, int> mCooldown;
13 ::ll::TypedStorage<4, 4, int> mTimer;
14 ::ll::TypedStorage<4, 4, int> mAttempts;
20 virtual bool canUse() ;
22 virtual bool canContinueToUse() ;
24 virtual void start() ;
28 virtual bool canBeInterrupted() ;
30 virtual void appendDebugInfo(::std::string& str)
const ;
32 virtual bool _setWantedPosition() ;
42 MCAPI
bool $canContinueToUse();
48 MCFOLD
bool $canBeInterrupted();
50 MCAPI
void $appendDebugInfo(::std::string& str)
const;
52 MCAPI
bool $_setWantedPosition();