16class BreedGoal :
public ::BaseGoal {
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 ;
50 MCAPI
explicit BreedGoal(
::Mob& animal);
56 MCAPI ::Mob* _moveToFreePartner()
const;
62 MCAPI
void* $ctor(
::Mob& animal);
70 MCAPI
bool $canContinueToUse();
76 MCAPI
void $appendDebugInfo(::std::string& str)
const;