16class MoveToRandomBlockGoal :
public ::Goal {
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 12, ::Vec3> mDestination;
22 ::ll::TypedStorage<4, 12, ::Vec3> mLastPos;
23 ::ll::TypedStorage<4, 4, int> mFailedPathing;
24 ::ll::TypedStorage<4, 4, int> mTotalFailedPathing;
25 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
26 ::ll::TypedStorage<4, 4, float> mRadiusSq;
27 ::ll::TypedStorage<4, 4, float> mBlockDistance;
28 ::ll::TypedStorage<4, 4, int> mCooldownTimer;
33 MoveToRandomBlockGoal& operator=(MoveToRandomBlockGoal
const&);
34 MoveToRandomBlockGoal(MoveToRandomBlockGoal
const&);
35 MoveToRandomBlockGoal();
40 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
48 virtual void start() ;
52 virtual ~MoveToRandomBlockGoal() =
default;
66 MCAPI
bool $canContinueToUse();
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;
82 MCAPI
static void** $vftable();