15class WorkComposterGoal :
public ::WorkGoal {
19 ::ll::TypedStorage<4, 4, int> mMinUseBlockDelay;
20 ::ll::TypedStorage<4, 4, int> mMaxUseBlockDelay;
21 ::ll::TypedStorage<4, 4, int> mMaxItemsPerUse;
22 ::ll::TypedStorage<4, 4, int> mMaxBlockInteractions;
23 ::ll::TypedStorage<1, 1, bool> mCanFillComposter;
24 ::ll::TypedStorage<1, 1, bool> mCanEmptyComposter;
25 ::ll::TypedStorage<4, 4, int> mMinItemCount;
26 ::ll::TypedStorage<4, 4, int> mTimesComposted;
27 ::ll::TypedStorage<8, 8, uint64> mNextUseTick;
37 virtual void start() ;
39 virtual void useWorkstation() ;
45 MCAPI WorkComposterGoal(
::Mob& mob, ::std::string name,
::GoalId const& goalId);
53 MCAPI
void* $ctor(
::Mob& mob, ::std::string name,
::GoalId const& goalId);
61 MCAPI
void $useWorkstation();
static MCAPI void ** $vftable()