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