20 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
21 ::ll::TypedStorage<4, 4, int> mMaxPlayDurationTicks;
22 ::ll::TypedStorage<4, 4, float> mChanceToStart;
23 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mFriendTypes;
24 ::ll::TypedStorage<4, 12, ::Vec3> mFriendSearchArea;
25 ::ll::TypedStorage<4, 4, int> mRandomPosSearchRange;
26 ::ll::TypedStorage<4, 4, int> mRandomPosSearchHeight;
27 ::ll::TypedStorage<4, 4, int> mFollowDistanceInBlocksSquared;
28 ::ll::TypedStorage<4, 4, int> mCurrentPlayDurationTicks;
29 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
30 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mFollowFriend;
35 PlayGoal& operator=(PlayGoal
const&);
36 PlayGoal(PlayGoal
const&);
42 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
46 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
54 virtual ~PlayGoal() =
default;
62 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;