17class FollowOwnerGoal :
public ::BaseGoal {
21 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
22 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwner;
23 ::ll::TypedStorage<4, 4, int> mTimeToRecalculatePath;
24 ::ll::TypedStorage<4, 4, float> mSpeed;
25 ::ll::TypedStorage<4, 4, float> mStartDistance;
26 ::ll::TypedStorage<4, 4, float> mStopDistance;
27 ::ll::TypedStorage<4, 4, float> mMaxDistance;
28 ::ll::TypedStorage<1, 1, bool> mOldAvoidWater;
29 ::ll::TypedStorage<1, 1, bool> mOldAvoidPortals;
30 ::ll::TypedStorage<1, 1, bool> mCanTeleport;
31 ::ll::TypedStorage<1, 1, bool> mIgnoreVibrations;
32 ::ll::TypedStorage<4, 4, int> mPostTeleportDistance;
33 ::ll::TypedStorage<1, 1, bool> mRandomizeAndCheckForClearanceWhenTeleporting;
34 ::ll::TypedStorage<1, 1, bool> mKeepFollowingAfterTeleporting;
39 FollowOwnerGoal& operator=(FollowOwnerGoal
const&);
40 FollowOwnerGoal(FollowOwnerGoal
const&);
46 virtual bool canUse() ;
48 virtual bool canContinueToUse() ;
50 virtual void start() ;
56 virtual void appendDebugInfo(::std::string& str)
const ;
65 MCAPI
explicit FollowOwnerGoal(
::Mob& mob);
69 MCAPI
void _tryToTeleport(
::Mob& owner)
const;
75 MCAPI
void* $ctor(
::Mob& mob);
83 MCAPI
bool $canContinueToUse();
91 MCAPI
void $appendDebugInfo(::std::string& str)
const;