58 ::std::string
const& name,
74 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
75 ::ll::TypedStorage<4, 4, int> mMaxPlayDurationTicks;
76 ::ll::TypedStorage<4, 4, float> mChanceToStart;
77 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mFriendTypes;
78 ::ll::TypedStorage<4, 12, ::Vec3> mFriendSearchArea;
79 ::ll::TypedStorage<4, 4, int> mRandomPosSearchRange;
80 ::ll::TypedStorage<4, 4, int> mRandomPosSearchHeight;
81 ::ll::TypedStorage<4, 4, int> mFollowDistanceInBlocksSquared;
82 ::ll::TypedStorage<4, 4, int> mCurrentPlayDurationTicks;
83 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
84 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mFollowFriend;
97 virtual bool canUse() ;
100 virtual bool canContinueToUse() ;
103 virtual void start() ;
106 virtual void stop() ;
109 virtual void tick() ;
112 virtual void appendDebugInfo(::std::string& str)
const ;