22 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
23 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwner;
24 ::ll::TypedStorage<4, 4, int> mTimeToRecalculatePath;
25 ::ll::TypedStorage<4, 4, float> mSpeed;
26 ::ll::TypedStorage<4, 4, float> mStartDistance;
27 ::ll::TypedStorage<4, 4, float> mStopDistance;
28 ::ll::TypedStorage<4, 4, float> mMaxDistance;
29 ::ll::TypedStorage<1, 1, bool> mOldAvoidWater;
30 ::ll::TypedStorage<1, 1, bool> mOldAvoidPortals;
31 ::ll::TypedStorage<1, 1, bool> mCanTeleport;
32 ::ll::TypedStorage<1, 1, bool> mIgnoreVibrations;
33 ::ll::TypedStorage<4, 4, int> mPostTeleportDistance;
34 ::ll::TypedStorage<1, 1, bool> mRandomizeAndCheckForClearanceWhenTeleporting;
35 ::ll::TypedStorage<1, 1, bool> mKeepFollowingAfterTeleporting;
48 virtual bool canUse() ;
51 virtual bool canContinueToUse() ;
54 virtual void start() ;
63 virtual void appendDebugInfo(::std::string& str)
const ;
82 int postTeleportDistance,
83 bool ignoreVibrations,
99 int postTeleportDistance,
100 bool ignoreVibrations,
MCAPI void * $ctor(::Mob &mob, float speed, float startDistance, float stopDistance, bool canTeleport, int postTeleportDistance, bool ignoreVibrations, float maxDistance)
MCAPI FollowOwnerGoal(::Mob &mob, float speed, float startDistance, float stopDistance, bool canTeleport, int postTeleportDistance, bool ignoreVibrations, float maxDistance)