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;
37 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
43 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
78 MCAPI
bool $canContinueToUse();
86 MCAPI
void $appendDebugInfo(::std::string& str)
const;
94 MCAPI
static void** $vftable();