15 ::ll::TypedStorage<1, 1, ::MovementPreview::ServerAuthMovementFlight> MovementFlight;
16 ::ll::TypedStorage<1, 1, bool> mIsVanillaWorld;
17 ::ll::TypedStorage<1, 1, ::ServerAuthMovementMode> AuthorityMode;
18 ::ll::TypedStorage<4, 4, float> ScoreThreshold;
19 ::ll::TypedStorage<4, 4, float> ActionDirectionThreshold;
20 ::ll::TypedStorage<4, 4, float> DistanceThreshold;
21 ::ll::TypedStorage<4, 4, float> DistanceThresholdSqr;
22 ::ll::TypedStorage<4, 4, int> DurationThreshold;
23 ::ll::TypedStorage<4, 20, ::ReplayStateConfig> mReplay;
24 ::ll::TypedStorage<8, 32, ::PlayerTickConfig> mPlayerTickConfig;
25 ::ll::TypedStorage<1, 1, bool> ServerAuthBlockBreaking;
26 ::ll::TypedStorage<4, 4, float> mServerPlayerPickRangeScalar;
38 MCNAPI static ::PlayerMovementSettings
const&
INVALID();