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
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
void
_copy(
::BlockStateDefinition
const
& rhs);
26
27
MCAPI
~BlockStateDefinition
();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
};
ListTag
Definition
ListTag.h:19
BlockStateDefinition
Definition
BlockStateDefinition.h:13
src
mc
world
level
block
definition
BlockStateDefinition.h
Generated on
for LeviLamina by
1.16.1