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/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
// prevent constructor by default
24
BlockStateDefinition
& operator=(
BlockStateDefinition
const
&);
25
BlockStateDefinition
(
BlockStateDefinition
const
&);
26
BlockStateDefinition
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
void
_copy(
::BlockStateDefinition
const
& rhs);
32
33
MCAPI ::BlockStateDefinition& operator=(
::BlockStateDefinition
&&);
34
35
MCAPI
~BlockStateDefinition
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCAPI
void
$dtor();
42
// NOLINTEND
43
};
ListTag
Definition
ListTag.h:12
BlockStateDefinition
Definition
BlockStateDefinition.h:13
src-server
mc
world
level
block
definition
BlockStateDefinition.h
Generated on Sun Oct 12 2025 06:32:28 for LeviLamina by
1.12.0