17class OfferFlowerGoal :
public ::Goal {
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 ;
53 virtual ~OfferFlowerGoal() =
default;
61 MCAPI
bool $canContinueToUse();
69 MCAPI
void $appendDebugInfo(::std::string& str)
const;