20 ::ll::TypedStorage<4, 4, int> mVillageSearchRangeBlocks;
21 ::ll::TypedStorage<1, 1, bool> mReachedVillage;
32 virtual void start() ;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
50 virtual void _moveToBlock() ;
53 virtual ::BlockPos _selectRandomPosInVillage();
62 MCAPI
MoveToVillageGoal(
::Mob& mob,
float speedModifier,
float goalRadius,
float cooldown,
int searchRange);
64 MCAPI ::std::shared_ptr<::Village> _tryGetCurrentVillage();
70 MCAPI
void* $ctor(
::Mob& mob,
float speedModifier,
float goalRadius,
float cooldown,
int searchRange);
80 MCAPI
bool $canContinueToUse();
86 MCAPI
void $appendDebugInfo(::std::string& str)
const;
88 MCAPI
void $_moveToBlock();
90 MCAPI ::BlockPos $_selectRandomPosInVillage();