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;
37 MCAPI
bool addInventoryTransactionPacket(::std::shared_ptr<::InventoryTransactionPacket> packet);
39 MCAPI ::optional_ref<::MovementPackets> getOrCreate(::std::function<
bool(
::MovementPackets&)>
const& fn);
41 MCAPI uint64 getReadyToSimulateCount()
const;