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 MCNAPI void _recomputeHash() const;
21
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCNAPI static uint64 const& INVALID_META_DATA();
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
Definition LevelChunkMetaData.h:8
MCAPI void _recomputeHash() const
MCAPI void $dtor()
static MCAPI uint64 const & INVALID_META_DATA()
MCAPI ~LevelChunkMetaData()