LeviLamina
Loading...
Searching...
No Matches
ClientChunkGenerationDifferenceData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockPos;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, uint> mDifferentBlocksCount;
16 ::ll::TypedStorage<4, 4, uint> mSubChunksCheckedCount;
17 ::ll::TypedStorage<4, 4, uint> mSubChunksFoundDifferentCount;
18 ::ll::TypedStorage<8, 16, ::std::map<::std::pair<::Block const*, ::Block const*>, uint>> mDifferentBlocksMap;
19 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<float, ::BlockPos>>> mDifferentBlockList;
20 ::ll::TypedStorage<8, 8, ::std::shared_mutex> mSharedMutex;
21 // NOLINTEND
22};
Definition BlockPos.h:18
Definition Block.h:36
Definition ClientChunkGenerationDifferenceData.h:11