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;