14class MoveToRandomBlockGoal :
public ::BaseGoal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 12, ::Vec3> mDestination;
20 ::ll::TypedStorage<4, 12, ::Vec3> mLastPos;
21 ::ll::TypedStorage<4, 4, int> mFailedPathing;
22 ::ll::TypedStorage<4, 4, int> mTotalFailedPathing;
23 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
24 ::ll::TypedStorage<4, 4, float> mRadiusSq;
25 ::ll::TypedStorage<4, 4, float> mBlockDistance;
26 ::ll::TypedStorage<4, 4, int> mCooldownTimer;
31 MoveToRandomBlockGoal& operator=(MoveToRandomBlockGoal
const&);
32 MoveToRandomBlockGoal(MoveToRandomBlockGoal
const&);
33 MoveToRandomBlockGoal();
38 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual void start() ;
56 MCAPI
bool $canContinueToUse();
58 MCAPI
void $appendDebugInfo(::std::string& str)
const;