19 ::ll::TypedStorage<4, 4, float> mCooldownTime;
20 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationX;
21 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
22 ::ll::TypedStorage<4, 4, float> mMaxDistance;
23 ::ll::TypedStorage<4, 4, float> mMaxSneakRange;
24 ::ll::TypedStorage<4, 4, float> mMaxSprintRange;
25 ::ll::TypedStorage<4, 4, float> mReachMultiplier;
26 ::ll::TypedStorage<4, 4, float> mSneakSpeedModifier;
27 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
28 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
40 MCAPI static ::std::string_view
const& COOLDOWN_TIME_PROP_NAME();
42 MCAPI static ::std::string_view
const& MAX_DISTANCE_PROP_NAME();
44 MCAPI static ::std::string_view
const& MAX_HEAD_ROTATION_X_PROP_NAME();
46 MCAPI static ::std::string_view
const& MAX_HEAD_ROTATION_Y_PROP_NAME();
48 MCAPI static ::std::string_view
const& MAX_SNEAK_RANGE_PROP_NAME();
50 MCAPI static ::std::string_view
const& MAX_SPRINT_RANGE_PROP_NAME();
52 MCAPI static ::std::string_view
const& NAME();
54 MCAPI static ::std::string_view
const& REACH_MULTIPLIER_PROP_NAME();
56 MCAPI static ::std::string_view
const& SNEAK_SPEED_MULTIPLIER_PROP_NAME();
58 MCAPI static ::std::string_view
const& SPRINT_SPEED_MULTIPLIER_PROP_NAME();
60 MCAPI static ::std::string_view
const& WALK_SPEED_MULTIPLIER_PROP_NAME();