19 ::ll::TypedStorage<4, 4, int> mVillageSearchRangeBlocks;
20 ::ll::TypedStorage<1, 1, bool> mReachedVillage;
26 virtual void start() ;
28 virtual bool canUse() ;
30 virtual bool canContinueToUse() ;
36 virtual void appendDebugInfo(::std::string& str)
const ;
38 virtual void _moveToBlock() ;
40 virtual ::BlockPos _selectRandomPosInVillage();
46 MCAPI ::std::shared_ptr<::Village> _tryGetCurrentVillage();
56 MCAPI
bool $canContinueToUse();
62 MCAPI
void $appendDebugInfo(::std::string& str)
const;
64 MCAPI
void $_moveToBlock();
66 MCAPI ::BlockPos $_selectRandomPosInVillage();