19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mCooldownTicks;
22 ::ll::TypedStorage<8, 8, ::Tick> mCooldownTimer;
23 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
28 FindCoverGoal& operator=(FindCoverGoal
const&);
29 FindCoverGoal(FindCoverGoal
const&);
35 virtual bool canUse() ;
37 virtual bool canContinueToUse() ;
39 virtual void start() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
45 virtual ~FindCoverGoal() =
default;
51 MCAPI
bool getHidePos(
::Vec3& result)
const;
59 MCFOLD
bool $canContinueToUse();
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;