16class RaidGardenGoal :
public ::BaseMoveToBlockGoal {
20 ::ll::TypedStorage<4, 4, int> mMaxToEat;
21 ::ll::TypedStorage<4, 4, int> mEaten;
22 ::ll::TypedStorage<4, 4, int> mEatDelay;
23 ::ll::TypedStorage<4, 4, int> mHasEatenFillDelay;
24 ::ll::TypedStorage<4, 4, int> mInitialEatDelay;
25 ::ll::TypedStorage<4, 4, int> mEatTimer;
26 ::ll::TypedStorage<4, 4, int> mHasEatenFillTimer;
27 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mEatBlocks;
37 virtual bool canUse() ;
39 virtual bool canContinueToUse() ;
41 virtual void start() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
53 MCAPI
explicit RaidGardenGoal(
::Mob& mob);
59 MCAPI
void* $ctor(
::Mob& mob);
67 MCAPI
bool $canContinueToUse();
75 MCAPI
void $appendDebugInfo(::std::string& str)
const;