LeviLamina
Loading...
Searching...
No Matches
DBChunkStorageKey.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/ChunkKey.h"
7
8// auto generated forward declare list
9// clang-format off
10class LevelChunk;
11// clang-format on
12
14public:
15 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI explicit DBChunkStorageKey(::LevelChunk const&);
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCNAPI void* $ctor(::LevelChunk const&);
28 // NOLINTEND
29};
Definition ChunkKey.h:14
Definition DBChunkStorageKey.h:13
MCAPI void * $ctor(::LevelChunk const &)
MCAPI DBChunkStorageKey(::LevelChunk const &)
Definition LevelChunk.h:74