17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mCooldownTicks;
19 ::ll::TypedStorage<4, 4, int> mNotInFlockTicks;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
27 virtual bool canUse() ;
30 virtual bool canContinueToUse() ;
33 virtual bool canBeInterrupted() ;
36 virtual void start() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
62 MCAPI
bool $canContinueToUse();
64 MCFOLD
bool $canBeInterrupted();
72 MCAPI
void $appendDebugInfo(::std::string& str)
const;
78 MCAPI
static void** $vftable();