12 ::ll::TypedStorage<4, 4, int> mCooldown;
13 ::ll::TypedStorage<4, 4, int> mTimer;
14 ::ll::TypedStorage<4, 4, int> mAttempts;
21 virtual bool canUse() ;
24 virtual bool canContinueToUse() ;
27 virtual void start() ;
33 virtual bool canBeInterrupted() ;
36 virtual void appendDebugInfo(::std::string& str)
const ;
39 virtual bool _setWantedPosition() ;
56 MCAPI
bool $canContinueToUse();
62 MCFOLD
bool $canBeInterrupted();
64 MCAPI
void $appendDebugInfo(::std::string& str)
const;
66 MCAPI
bool $_setWantedPosition();
72 MCAPI
static void** $vftable();