14class SwimWanderGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, int> mTicks;
20 ::ll::TypedStorage<4, 4, int> mWanderTicks;
21 ::ll::TypedStorage<4, 4, float> mInterval;
22 ::ll::TypedStorage<4, 4, float> mLookAheadDistance;
23 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWanted;
29 SwimWanderGoal& operator=(SwimWanderGoal
const&);
30 SwimWanderGoal(SwimWanderGoal
const&);
36 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
40 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual ~SwimWanderGoal() =
default;
52 MCAPI
bool _setWantedPosition();
60 MCAPI
bool $canContinueToUse();
66 MCAPI
void $appendDebugInfo(::std::string& str)
const;