58 ::std::string
const& name,
74 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
75 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
76 ::ll::TypedStorage<4, 4, float> mMinPickupFlowerWaitTicks;
77 ::ll::TypedStorage<4, 4, float> mMaxPickupFlowerWaitTicks;
78 ::ll::TypedStorage<4, 12, ::Vec3> mSearchArea;
79 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
80 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
81 ::ll::TypedStorage<4, 4, float> mMinDistanceToTargetSquared;
82 ::ll::TypedStorage<4, 4, int> mPickupFlowerTick;
83 ::ll::TypedStorage<1, 1, bool> mTakeFlower;
84 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
85 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mOfferFlowerMob;
98 virtual bool canUse() ;
101 virtual bool canContinueToUse() ;
104 virtual void start() ;
107 virtual void stop() ;
110 virtual void tick() ;
113 virtual void appendDebugInfo(::std::string& str)
const ;