19 ::ll::TypedStorage<4, 4, float> mRunSpeed;
20 ::ll::TypedStorage<4, 4, float> mEatAnimationTime;
21 ::ll::TypedStorage<4, 4, float> mPullInForce;
22 ::ll::TypedStorage<4, 4, float> mReachMobDistance;
23 ::ll::TypedStorage<8, 32, ::std::string> mEatMobSound;
24 ::ll::TypedStorage<8, 32, ::std::string> mLootTable;
29 EatMobGoalDefinition& operator=(EatMobGoalDefinition
const&);
30 EatMobGoalDefinition(EatMobGoalDefinition
const&);
31 EatMobGoalDefinition();
38 MCAPI ~EatMobGoalDefinition();
50 MCAPI
static float const& DEFAULT_EAT_ANIMATION_TIME();
52 MCAPI
static float const& DEFAULT_PULL_IN_FORCE();
54 MCAPI
static float const& DEFAULT_REACH_MOB_DISTANCE();
56 MCAPI
static float const& DEFAULT_RUN_SPEED();
58 MCAPI static ::std::string_view
const& NAME();