17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mGrowTiredTicks;
19 ::ll::TypedStorage<4, 4, int> mGrowTiredCooldownTicks;
20 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
21 ::ll::TypedStorage<4, 4, float> mMaxRotationY;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, float> mSetPersistent;
30 virtual bool canUse() ;
33 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
59 MCAPI
bool $canContinueToUse();
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;
71 MCAPI
static void** $vftable();