LeviLamina
Loading...
Searching...
No Matches
BlockPermutationDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/molang/ExpressionNode.h"
7
#include "mc/world/level/block/definition/BlockComponentGroupDescription.h"
8
9
struct
BlockPermutationDescription
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 16, ::ExpressionNode> mCondition;
14
::ll::TypedStorage<8, 112, ::BlockComponentGroupDescription> mComponents;
15
// NOLINTEND
16
17
#ifdef LL_PLAT_S
18
public
:
19
// prevent constructor by default
20
BlockPermutationDescription
(
BlockPermutationDescription
const
&);
21
BlockPermutationDescription
();
22
23
#else
// LL_PLAT_C
24
#endif
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
#ifdef LL_PLAT_S
29
MCAPI ::BlockPermutationDescription& operator=(
::BlockPermutationDescription
const
&);
30
#endif
31
32
MCAPI
~BlockPermutationDescription
();
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCAPI
void
$dtor();
39
// NOLINTEND
40
};
BlockPermutationDescription
Definition
BlockPermutationDescription.h:9
src
mc
world
level
block
definition
BlockPermutationDescription.h
Generated on
for LeviLamina by
1.16.1