20 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
21 ::ll::TypedStorage<4, 4, float> mTargetDist;
22 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
23 ::ll::TypedStorage<4, 4, int> mStartCounter;
24 ::ll::TypedStorage<4, 4, int> mStartDelay;
25 ::ll::TypedStorage<1, 1, bool> mAvoidWater;
26 ::ll::TypedStorage<1, 1, bool> mTargetNeeded;
27 ::ll::TypedStorage<4, 4, float> mMountDistance;
28 ::ll::TypedStorage<4, 4, int> mFailedAttemptsCounter;
29 ::ll::TypedStorage<4, 4, int> mMaxFailedAttempts;
30 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
31 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
36 FindMountGoal& operator=(FindMountGoal
const&);
37 FindMountGoal(FindMountGoal
const&);
43 virtual ~FindMountGoal() ;
45 virtual bool canUse() ;
47 virtual bool canContinueToUse() ;
49 virtual void start() ;
55 virtual void appendDebugInfo(::std::string& str)
const ;
61 MCAPI
bool isInMountRange();
75 MCAPI
bool $canContinueToUse();
83 MCAPI
void $appendDebugInfo(::std::string& str)
const;