19 ::ll::TypedStorage<4, 4, ::std::bitset<3>> mServerHasMovementAuthority;
20 ::ll::TypedStorage<1, 1, bool> mServerHasInventoryAuthority;
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mAcceptClientPosIfWithinDistanceSq;
22 ::ll::TypedStorage<8, 8, uint64> mPlayerTickCredits;
23 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IPlayerTickPolicy>> mPolicy;
24 ::ll::TypedStorage<8, 40, ::std::deque<::MovementPackets>> mQueuedUpdates;
41 MCNAPI ::MovementPackets&
front();