13class StayNearNoteblockGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float> mSpeed;
19 ::ll::TypedStorage<4, 4, float> mStartDistance;
20 ::ll::TypedStorage<4, 4, float> mStopDistance;
21 ::ll::TypedStorage<4, 4, int> mListenTime;
22 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
27 StayNearNoteblockGoal& operator=(StayNearNoteblockGoal
const&);
28 StayNearNoteblockGoal(StayNearNoteblockGoal
const&);
29 StayNearNoteblockGoal();
34 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
38 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual ~StayNearNoteblockGoal() =
default;
54 MCAPI
bool $canContinueToUse();
62 MCAPI
void $appendDebugInfo(::std::string& str)
const;