16class PetSleepWithOwnerGoal :
public ::BaseGoal {
20 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
21 ::ll::TypedStorage<4, 4, int> mSearchRange;
22 ::ll::TypedStorage<4, 4, int> mSearchHeight;
23 ::ll::TypedStorage<4, 4, float> mGoalRadius;
24 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
25 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PetSleepWithOwnerState>> mState;
26 ::ll::TypedStorage<4, 12, ::Vec3> mBedTargetPos;
27 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwner;
32 PetSleepWithOwnerGoal& operator=(PetSleepWithOwnerGoal
const&);
33 PetSleepWithOwnerGoal(PetSleepWithOwnerGoal
const&);
34 PetSleepWithOwnerGoal();
39 virtual ~PetSleepWithOwnerGoal() =
default;
41 virtual bool canUse() ;
43 virtual bool canContinueToUse() ;
45 virtual void start() ;
51 virtual void appendDebugInfo(::std::string& str)
const ;
57 MCAPI
explicit PetSleepWithOwnerGoal(
::Mob& mob);
63 MCAPI
void* $ctor(
::Mob& mob);
71 MCAPI
bool $canContinueToUse();
79 MCAPI
void $appendDebugInfo(::std::string& str)
const;