3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/ai/goal/Goal.h"
17 ::ll::TypedStorage<8, 8, ::VillagerBase&> mVillager;
18 ::ll::TypedStorage<4, 4, int> mLoveMakingTime;
31 virtual bool canUse() ;
34 virtual void start() ;
40 virtual bool canContinueToUse() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
Definition MakeLoveGoal.h:13
MCAPI void _breed(::VillagerBase &partner) const
static MCAPI void ** $vftable()
MCAPI void $appendDebugInfo(::std::string &str) const
MCAPI::VillagerBase * _findMate() const
MCAPI bool $canContinueToUse()
Definition VillagerBase.h:19