15class RandomHoverGoal :
public ::BaseGoal {
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
21 ::ll::TypedStorage<4, 4, int> mInterval;
22 ::ll::TypedStorage<4, 4, float> mXZDist;
23 ::ll::TypedStorage<4, 4, float> mYDist;
24 ::ll::TypedStorage<4, 4, float> mYOffset;
25 ::ll::TypedStorage<4, 8, ::IntRange> mHoverHeight;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
31 RandomHoverGoal& operator=(RandomHoverGoal
const&);
32 RandomHoverGoal(RandomHoverGoal
const&);
38 virtual bool canUse() ;
40 virtual void start() ;
44 virtual bool canContinueToUse() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
52 MCAPI
explicit RandomHoverGoal(
::Mob& mob);
54 MCAPI ::std::unique_ptr<::Path> _findNewTarget()
const;
56 MCAPI
void _moveToTarget();
62 MCAPI
void* $ctor(
::Mob& mob);
74 MCAPI
bool $canContinueToUse();
76 MCAPI
void $appendDebugInfo(::std::string& str)
const;