21 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
22 ::ll::TypedStorage<4, 4, int> mTicksUntilEat;
23 ::ll::TypedStorage<4, 4, int> mTotalTicksUntilEat;
24 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnEat;
25 ::ll::TypedStorage<8, 24, ::std::vector<::ExpressionNode>> mSuccessChance;
26 ::ll::TypedStorage<8, 64, ::std::unordered_map<::BlockLegacy const*, ::BlockLegacy const*>>
27 mEatAndReplaceBlockPairs;
34 virtual bool canUse() ;
37 virtual void start() ;
43 virtual bool canContinueToUse() ;
49 virtual void appendDebugInfo(::std::string& str)
const ;
58 MCAPI
float getEatSuccessChance(
::Actor& owner)
const;
76 MCAPI
bool $canContinueToUse();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;
86 MCAPI
static void** $vftable();