LeviLamina
Loading...
Searching...
No Matches
MetadataCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
9// clang-format on
10
11namespace JigsawStructureUtils {
12
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 MetadataCache& operator=(MetadataCache const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI explicit MetadataCache(::StructurePoolElement const& element);
32
33 MCAPI ::Block const* getOrCreateBlockCache(uint64 index);
34
35 MCAPI ~MetadataCache();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::StructurePoolElement const& element);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace JigsawStructureUtils
Definition Block.h:36
Definition MetadataCache.h:13
Definition StructurePoolElement.h:35
Definition Alias.h:14