18 ::ll::TypedStorage<8, 8, uint64> mNextFertilizeStartTick;
19 ::ll::TypedStorage<4, 4, int> mMaxFertilizerUsage;
20 ::ll::TypedStorage<4, 4, int> mSearchCooldownMaximumTicks;
21 ::ll::TypedStorage<4, 4, int> mInventoryFertilizerIndex;
22 ::ll::TypedStorage<4, 4, int> mTimesFertilized;
29 virtual bool canUse() ;
32 virtual bool canContinueToUse() ;
35 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;