32 ::ll::TypedStorage<4, 4, float> mMaxOfferFlowerDurationSeconds;
33 ::ll::TypedStorage<4, 4, float> mChanceToStart;
34 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
35 ::ll::TypedStorage<4, 12, ::Vec3> mSearchArea;
36 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
37 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
50 MCAPI
static void buildSchema(
51 ::std::string
const& name,
68 ::ll::TypedStorage<4, 4, int> mMaxOfferFlowerDurationTicks;
69 ::ll::TypedStorage<4, 4, float> mChanceToStart;
70 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
71 ::ll::TypedStorage<4, 12, ::Vec3> mSearchArea;
72 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
73 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
74 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mTakeFlowerMob;
75 ::ll::TypedStorage<8, 8, ::Tick> mTimeoutTick;
76 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
89 virtual bool canUse() ;
92 virtual bool canContinueToUse() ;
95 virtual void start() ;
101 virtual void tick() ;
104 virtual void appendDebugInfo(::std::string& str)
const ;
113 MCAPI
bool $canUse();
115 MCAPI
bool $canContinueToUse();
123 MCAPI
void $appendDebugInfo(::std::string& str)
const;