14class MoveThroughVillageGoal :
public ::Goal {
18 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
25 MoveThroughVillageGoal& operator=(MoveThroughVillageGoal
const&);
26 MoveThroughVillageGoal(MoveThroughVillageGoal
const&);
27 MoveThroughVillageGoal();
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
42 virtual ~MoveThroughVillageGoal() =
default;
48 MCFOLD
bool $canUse();
50 MCFOLD
bool $canContinueToUse();
56 MCAPI
void $appendDebugInfo(::std::string& str)
const;