14class RiverFollowingGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 12, ::Vec3> mHeading;
20 ::ll::TypedStorage<4, 4, float> mLookAhead;
21 ::ll::TypedStorage<4, 4, float> mSpeed;
26 RiverFollowingGoal& operator=(RiverFollowingGoal
const&);
27 RiverFollowingGoal(RiverFollowingGoal
const&);
33 virtual bool canUse() ;
35 virtual void start() ;
41 virtual bool canContinueToUse() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
45 virtual ~RiverFollowingGoal() =
default;
51 MCAPI
void determineSteerDirection();
65 MCAPI
bool $canContinueToUse();
67 MCAPI
void $appendDebugInfo(::std::string& str)
const;