19 ::ll::TypedStorage<8, 8, uint64> mNextFertilizeStartTick;
20 ::ll::TypedStorage<4, 4, int> mMaxFertilizerUsage;
21 ::ll::TypedStorage<4, 4, int> mSearchCooldownMaximumTicks;
22 ::ll::TypedStorage<4, 4, int> mInventoryFertilizerIndex;
23 ::ll::TypedStorage<4, 4, int> mTimesFertilized;
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
33 virtual void start() ;
39 virtual void appendDebugInfo(::std::string& str)
const ;
49 MCAPI
int findInventorySlotForItem(::std::function<
bool(
::Item const&)> itemCallback)
const;
59 MCAPI
bool $canContinueToUse();
67 MCAPI
void $appendDebugInfo(::std::string& str)
const;