3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/common/SubClientId.h"
7#include "mc/platform/threading/SpinLockImpl.h"
8#include "mc/world/level/ChunkPos.h"
21 ::ll::TypedStorage<8, 32, ::SpinLockImpl> mGenerationRequestLock;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ChunkViewOwner, ::std::unordered_set<::ChunkPos>>>
31 ::SubClientId clientId,
Definition ChunkGenerationManager.h:17
MCAPI void addServerChunksToPacket(::NetworkIdentifier const &player, ::SubClientId clientId, ::NetworkChunkPublisherUpdatePacket &updatePacket)
MCAPI void clearAllGenerationRequests(::NetworkIdentifier const &player, ::SubClientId clientId)
MCAPI bool hasPendingGenerationRequests(::NetworkIdentifier const &player, ::SubClientId clientId) const
Definition ChunkViewOwner.h:9
Definition NetworkChunkPublisherUpdatePacket.h:18
Definition NetworkIdentifier.h:10