18 ::ll::TypedStorage<4, 4, int> mMinUseBlockDelay;
19 ::ll::TypedStorage<4, 4, int> mMaxUseBlockDelay;
20 ::ll::TypedStorage<4, 4, int> mMaxItemsPerUse;
21 ::ll::TypedStorage<4, 4, int> mMaxBlockInteractions;
22 ::ll::TypedStorage<1, 1, bool> mCanFillComposter;
23 ::ll::TypedStorage<1, 1, bool> mCanEmptyComposter;
24 ::ll::TypedStorage<4, 4, int> mMinItemCount;
25 ::ll::TypedStorage<4, 4, int> mTimesComposted;
26 ::ll::TypedStorage<8, 8, uint64> mNextUseTick;
36 virtual void start() ;
38 virtual void useWorkstation() ;
44 MCAPI
explicit WorkComposterGoal(
::Mob& mob);
48 MCAPI
bool _tryCompostItems();
50 MCAPI
bool _tryEmptyComposter();
56 MCAPI
void* $ctor(
::Mob& mob);
64 MCAPI
void $useWorkstation();
static MCAPI void ** $vftable()