LeviLamina
Loading...
Searching...
No Matches
LevelChunkMetaData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/nbt/CompoundTag.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::CompoundTag> mMetaData;
13 ::ll::TypedStorage<8, 8, uint64> mCurrentHash;
14 ::ll::TypedStorage<1, 1, bool> mHashNeedsRecomputing;
15 // NOLINTEND
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI void _recomputeHash() const;
21
22 MCAPI ~LevelChunkMetaData();
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static uint64 const& INVALID_META_DATA();
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36};
Definition LevelChunkMetaData.h:8