19 ::ll::TypedStorage<1, 1, ::MovementPreview::ServerAuthMovementFlight> MovementFlight;
20 ::ll::TypedStorage<1, 1, bool> mIsVanillaWorld;
21 ::ll::TypedStorage<1, 1, ::ServerAuthMovementMode> AuthorityMode;
22 ::ll::TypedStorage<4, 4, float> ScoreThreshold;
23 ::ll::TypedStorage<4, 4, float> ActionDirectionThreshold;
24 ::ll::TypedStorage<4, 4, float> DistanceThreshold;
25 ::ll::TypedStorage<4, 4, float> DistanceThresholdSqr;
26 ::ll::TypedStorage<4, 4, int> DurationThreshold;
27 ::ll::TypedStorage<4, 20, ::ReplayStateConfig> mReplay;
28 ::ll::TypedStorage<8, 24, ::PlayerTickConfig> mPlayerTickConfig;
29 ::ll::TypedStorage<1, 1, bool> ServerAuthBlockBreaking;
30 ::ll::TypedStorage<4, 4, float> mServerPlayerPickRangeScalar;
36 MCAPI static ::PlayerMovementSettings getDefault();
42 MCAPI static ::PlayerMovementSettings
const& INVALID();