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
8
class
LevelChunkMetaData
{
9
public
:
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
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCNAPI
void
_recomputeHash
()
const
;
21
22
MCNAPI
~LevelChunkMetaData
();
23
// NOLINTEND
24
25
public
:
26
// static variables
27
// NOLINTBEGIN
28
MCNAPI
static
uint64
const
&
INVALID_META_DATA
();
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCNAPI
void
$dtor
();
35
// NOLINTEND
36
};
LevelChunkMetaData
Definition
LevelChunkMetaData.h:8
LevelChunkMetaData::_recomputeHash
MCAPI void _recomputeHash() const
LevelChunkMetaData::$dtor
MCAPI void $dtor()
LevelChunkMetaData::INVALID_META_DATA
static MCAPI uint64 const & INVALID_META_DATA()
LevelChunkMetaData::~LevelChunkMetaData
MCAPI ~LevelChunkMetaData()
src
mc
world
level
chunk
LevelChunkMetaData.h
Generated on Fri Jun 13 2025 05:05:17 for LeviLamina by
1.12.0