13class ReceiveLoveGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::VillagerBase&> mVillager;
22 ReceiveLoveGoal& operator=(ReceiveLoveGoal
const&);
23 ReceiveLoveGoal(ReceiveLoveGoal
const&);
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
35 virtual void appendDebugInfo(::std::string& str)
const ;
37 virtual ~ReceiveLoveGoal() =
default;
43 MCFOLD
bool $canUse();
45 MCFOLD
bool $canContinueToUse();
49 MCAPI
void $appendDebugInfo(::std::string& str)
const;