15class InvestigateSuspiciousLocationGoal :
public ::Goal {
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
21 ::ll::TypedStorage<4, 12, ::BlockPos> mChosenEndPos;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, float> mGoalRadiusSq;
24 ::ll::TypedStorage<1, 1, bool> mPathingInvalid;
25 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
30 InvestigateSuspiciousLocationGoal& operator=(InvestigateSuspiciousLocationGoal
const&);
31 InvestigateSuspiciousLocationGoal(InvestigateSuspiciousLocationGoal
const&);
32 InvestigateSuspiciousLocationGoal();
37 virtual bool canUse() ;
39 virtual bool canContinueToUse() ;
41 virtual void start() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
49 virtual ~InvestigateSuspiciousLocationGoal() =
default;
57 MCAPI
bool $canContinueToUse();
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;