13 ::ll::TypedStorage<4, 8, ::std::optional<float>> mMovementSpeed;
14 ::ll::TypedStorage<4, 8, ::std::optional<float>> mUnderwaterMovementSpeed;
15 ::ll::TypedStorage<4, 8, ::std::optional<float>> mLavaMovementSpeed;
16 ::ll::TypedStorage<4, 8, ::std::optional<float>> mJumpStrength;
17 ::ll::TypedStorage<4, 8, ::std::optional<float>> mHealth;
18 ::ll::TypedStorage<4, 8, ::std::optional<float>> mHunger;
19 ::ll::TypedStorage<4, 8, ::std::optional<float>> mFrictionModifier;
20 ::ll::TypedStorage<4, 8, ::std::optional<float>> mBounciness;
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mAirDragModifier;
27 MCAPI
float getAirDragModifier()
const;
29 MCAPI
float getBounciness()
const;
31 MCAPI
float getFrictionModifier()
const;
33 MCAPI
float getHealth()
const;
35 MCAPI
float getHunger()
const;
37 MCAPI
float getJumpStrength()
const;
39 MCAPI
float getLavaMovementSpeed()
const;
41 MCAPI
float getMovementSpeed()
const;
43 MCFOLD
float getUnderwaterMovementSpeed()
const;