19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mCooldownTicks;
22 ::ll::TypedStorage<8, 8, ::Tick> mCooldownTimer;
23 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
30 virtual bool canUse() ;
33 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
51 MCAPI
bool getHidePos(
::Vec3& result)
const;
65 MCFOLD
bool $canContinueToUse();
71 MCAPI
void $appendDebugInfo(::std::string& str)
const;
77 MCAPI
static void** $vftable();