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;
33 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
39 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
65 MCAPI
bool $canContinueToUse();
73 MCAPI
void $appendDebugInfo(::std::string& str)
const;
79 MCAPI
static void** $vftable();