20 ::ll::TypedStorage<4, 4, int> mVillageSearchRangeBlocks;
21 ::ll::TypedStorage<1, 1, bool> mReachedVillage;
28 virtual void start() ;
31 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual void _moveToBlock() ;
49 virtual ::BlockPos _selectRandomPosInVillage();
58 MCAPI
MoveToVillageGoal(
::Mob& mob,
float speedModifier,
float goalRadius,
float cooldown,
int searchRange);
60 MCAPI ::std::shared_ptr<::Village> _tryGetCurrentVillage();
66 MCAPI
void* $ctor(
::Mob& mob,
float speedModifier,
float goalRadius,
float cooldown,
int searchRange);
82 MCAPI
bool $canContinueToUse();
88 MCAPI
void $appendDebugInfo(::std::string& str)
const;
90 MCAPI
void $_moveToBlock();
92 MCAPI ::BlockPos $_selectRandomPosInVillage();
98 MCAPI
static void** $vftable();