LeviLamina
Loading...
Searching...
No Matches
DeserializationChanges.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
8// auto generated forward declare list
9// clang-format off
10struct BlockDifference;
11struct HeightDifference;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::BlockPos, ::BlockDifference>> blockChangesMap;
19 ::ll::TypedStorage<8, 24, ::std::vector<::HeightDifference>> heightChanges;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
27#endif
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCAPI void $dtor();
35#endif
36 // NOLINTEND
37};
Definition BlockDifference.h:10
Definition DeserializationChanges.h:14
Definition HeightDifference.h:8