17 enum class Task :
int {
26 ::ll::TypedStorage<4, 4, int> mMaximumTicksUntilSearch;
27 ::ll::TypedStorage<4, 4, int> mSearchCooldownMaximumTicks;
28 ::ll::TypedStorage<4, 4, int> mTaskCooldownTicks;
29 ::ll::TypedStorage<4, 4, int> mInventorySeedsIndex;
30 ::ll::TypedStorage<4, 4, ::HarvestFarmBlockGoal::Task> mCurrentTask;
36 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
40 virtual void start() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
64 MCAPI
bool $canContinueToUse();
72 MCAPI
void $appendDebugInfo(::std::string& str)
const;