15class DrinkMilkGoal :
public ::BaseGoal {
19 ::ll::TypedStorage<4, 4, int> mMaxCooldownTicks;
20 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
21 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
22 ::ll::TypedStorage<8, 8, ::Tick> mNextStartTick;
23 ::ll::TypedStorage<8, 8, ::Tick> mFinishUsingItemTick;
28 DrinkMilkGoal& operator=(DrinkMilkGoal
const&);
29 DrinkMilkGoal(DrinkMilkGoal
const&);
35 virtual bool canUse() ;
37 virtual bool canContinueToUse() ;
39 virtual void start() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
51 MCAPI
explicit DrinkMilkGoal(
::Mob& mob);
57 MCAPI
void* $ctor(
::Mob& mob);
65 MCAPI
bool $canContinueToUse();
73 MCAPI
void $appendDebugInfo(::std::string& str)
const;