LeviLamina
Loading...
Searching...
No Matches
LevelDataValue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
LevelDataValue
{
6
public
:
7
// LevelDataValue inner types declare
8
// clang-format off
9
struct
Tag
;
10
// clang-format on
11
12
// LevelDataValue inner types define
13
struct
Tag
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnkfd2e2a;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
Tag
& operator=(
Tag
const
&);
23
Tag
(
Tag
const
&);
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCNAPI
Tag
();
29
30
MCNAPI
~Tag
();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCNAPI
void
*
$ctor
();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCNAPI
void
$dtor
();
43
// NOLINTEND
44
};
45
46
public
:
47
// member variables
48
// NOLINTBEGIN
49
::ll::UntypedStorage<8, 40>
mUnkfc867e;
50
// NOLINTEND
51
52
public
:
53
// prevent constructor by default
54
LevelDataValue
& operator=(
LevelDataValue
const
&);
55
LevelDataValue
(
LevelDataValue
const
&);
56
LevelDataValue
();
57
58
public
:
59
// member functions
60
// NOLINTBEGIN
61
MCNAPI
~LevelDataValue
();
62
// NOLINTEND
63
64
public
:
65
// destructor thunk
66
// NOLINTBEGIN
67
MCNAPI
void
$dtor
();
68
// NOLINTEND
69
};
LevelDataValue::Tag
Definition
LevelDataValue.h:13
LevelDataValue::Tag::$ctor
MCAPI void * $ctor()
LevelDataValue::Tag::$dtor
MCAPI void $dtor()
LevelDataValue::Tag::~Tag
MCAPI ~Tag()
LevelDataValue::Tag::Tag
MCAPI Tag()
LevelDataValue
Definition
LevelDataValue.h:5
LevelDataValue::~LevelDataValue
MCAPI ~LevelDataValue()
LevelDataValue::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
LevelDataValue.h
Generated on Fri Jun 13 2025 05:05:24 for LeviLamina by
1.12.0