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 ;
56 MCAPI
bool _findFertilizer();
72 MCAPI
bool $canContinueToUse();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;
88 MCAPI
static void** $vftable();