17class OfferFlowerGoal :
public ::BaseGoal {
21 ::ll::TypedStorage<4, 4, int> mMaxOfferFlowerDurationTicks;
22 ::ll::TypedStorage<4, 4, float> mChanceToStart;
23 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
24 ::ll::TypedStorage<4, 12, ::Vec3> mSearchArea;
25 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
26 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
27 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mTakeFlowerMob;
28 ::ll::TypedStorage<8, 8, ::Tick> mTimeoutTick;
29 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
34 OfferFlowerGoal& operator=(OfferFlowerGoal
const&);
35 OfferFlowerGoal(OfferFlowerGoal
const&);
41 virtual bool canUse() ;
43 virtual bool canContinueToUse() ;
45 virtual void start() ;
51 virtual void appendDebugInfo(::std::string& str)
const ;
57 MCAPI
explicit OfferFlowerGoal(
::Mob& mob);
59 MCFOLD
int getMaxOfferFlowerDurationTicks()
const;
65 MCAPI
void* $ctor(
::Mob& mob);
73 MCAPI
bool $canContinueToUse();
81 MCAPI
void $appendDebugInfo(::std::string& str)
const;