13class RandomLookAroundGoal :
public ::Goal {
17 ::ll::TypedStorage<4, 4, float> mMinAngleOfView;
18 ::ll::TypedStorage<4, 4, float> mMaxAngleOfView;
19 ::ll::TypedStorage<4, 4, int> mMinLookTime;
20 ::ll::TypedStorage<4, 4, int> mMaxLookTime;
21 ::ll::TypedStorage<4, 4, float> mProbability;
22 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
23 ::ll::TypedStorage<4, 4, int> mTotalLookTime;
24 ::ll::TypedStorage<4, 4, float> mInitialRotation;
25 ::ll::TypedStorage<4, 4, float> mTargetRotation;
30 RandomLookAroundGoal& operator=(RandomLookAroundGoal
const&);
31 RandomLookAroundGoal(RandomLookAroundGoal
const&);
32 RandomLookAroundGoal();
37 virtual bool canUse() ;
39 virtual bool canContinueToUse() ;
41 virtual void start() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
47 virtual ~RandomLookAroundGoal() =
default;
53 MCAPI
void _setRandomLook();
61 MCAPI
bool $canContinueToUse();
67 MCAPI
void $appendDebugInfo(::std::string& str)
const;