LeviLamina
Loading...
Searching...
No Matches
BlockStateDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/nbt/Tag.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ListTag
;
11
// clang-format on
12
13
struct
BlockStateDefinition
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 32, ::std::string> mName;
18
::ll::TypedStorage<1, 1, ::Tag::Type> mType;
19
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ListTag>> mEnumValues;
20
// NOLINTEND
21
22
#ifdef LL_PLAT_S
23
public
:
24
// prevent constructor by default
25
BlockStateDefinition
();
26
27
#else
// LL_PLAT_C
28
#endif
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
#ifdef LL_PLAT_S
33
MCAPI
BlockStateDefinition
(
::BlockStateDefinition
const
& rhs);
34
#endif
35
36
MCAPI
void
_copy(
::BlockStateDefinition
const
& rhs);
37
38
#ifdef LL_PLAT_S
39
MCAPI ::BlockStateDefinition& operator=(
::BlockStateDefinition
const
& rhs);
40
#endif
41
42
MCAPI
~BlockStateDefinition
();
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
#ifdef LL_PLAT_S
49
MCAPI
void
* $ctor(
::BlockStateDefinition
const
& rhs);
50
#endif
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCAPI
void
$dtor();
57
// NOLINTEND
58
};
ListTag
Definition
ListTag.h:21
BlockStateDefinition
Definition
BlockStateDefinition.h:13
src
mc
world
level
block
definition
BlockStateDefinition.h
Generated on
for LeviLamina by
1.16.1