19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mXZDist;
22 ::ll::TypedStorage<4, 4, int> mYDist;
23 ::ll::TypedStorage<4, 4, int> mInterval;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
25 ::ll::TypedStorage<4, 12, ::BlockPos> mChosenEndPos;
26 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
33 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
39 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
51 virtual bool _setWantedPosition();
68 MCFOLD
bool $canContinueToUse();
76 MCAPI
void $appendDebugInfo(::std::string& str)
const;
78 MCAPI
bool $_setWantedPosition();
84 MCAPI
static void** $vftable();