20 ::ll::TypedStorage<8, 8, ::Mob&> mOwner;
21 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mPartner;
22 ::ll::TypedStorage<4, 4, int> mLoveTime;
23 ::ll::TypedStorage<4, 4, float> mSpeed;
24 ::ll::TypedStorage<1, 1, bool const> mStopNavigationOnStop;
29 BreedGoal& operator=(BreedGoal
const&);
30 BreedGoal(BreedGoal
const&);
36 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual ~BreedGoal() =
default;
54 MCAPI ::Mob* _moveToFreePartner()
const;
62 MCAPI
bool $canContinueToUse();
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;