19 ::ll::TypedStorage<4, 4, int> mMaxToEat;
20 ::ll::TypedStorage<4, 4, int> mEaten;
21 ::ll::TypedStorage<4, 4, int> mEatDelay;
22 ::ll::TypedStorage<4, 4, int> mHasEatenFillDelay;
23 ::ll::TypedStorage<4, 4, int> mInitialEatDelay;
24 ::ll::TypedStorage<4, 4, int> mEatTimer;
25 ::ll::TypedStorage<4, 4, int> mHasEatenFillTimer;
26 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mEatBlocks;
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
52 MCAPI
bool $canContinueToUse();
60 MCAPI
void $appendDebugInfo(::std::string& str)
const;