32 ::ll::TypedStorage<8, 8, ::Level&> mLevel;
33 ::ll::TypedStorage<8, 8, ::ServerNetworkSystem*> mNetwork;
34 ::ll::TypedStorage<8, 160, ::NetworkIdentifier> mOwner;
35 ::ll::TypedStorage<8, 8, ::ClientBlobCache::Server::ActiveTransfersManager*> mClientCache;
36 ::ll::TypedStorage<1, 1, ::SubClientId> mSubClientId;
37 ::ll::TypedStorage<4, 12, ::BlockPos> mLastChunkUpdatePosition;
38 ::ll::TypedStorage<4, 4, uint> mLastChunkUpdateRadius;
39 ::ll::TypedStorage<4, 4, uint> mHandleForChunkBuildOrderUpdates;
40 ::ll::TypedStorage<4, 4, int> mChunksSentSinceStart;
41 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ChunkViewSource>> mSource;
42 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ChunkSource>> mNetworkChunkSource;
48 ::ll::TypedStorage<8, 32, ::std::string> mCacheSerializeBuffer;
49 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ChunkPositionAndDimension, ::std::weak_ptr<::LevelChunk>>>
51 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastGenerationRequestQueued;
52 ::ll::TypedStorage<1, 1, bool> mWaitingForServerChunks;
53 ::ll::TypedStorage<1, 1, bool> mInitialSpawnDone;
57 ::std::queue<::ClientGenerationRequestHandler, ::std::deque<::ClientGenerationRequestHandler>>>
73 MCAPI
bool _isWaitingForFullyBuiltChunks()
const;
75 MCAPI
bool _sendQueuedChunk(
80 MCAPI
void _serializeAndCache(
86 MCAPI
void clearRegion();
88 MCAPI
void moveRegion(
::BlockPos const& position, uint blockRadius,
::Vec3 const& direction,
float minDistance);
92 MCAPI
void sendQueuedChunks();
110 MCAPI
static void** $vftable();