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
10public:
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
18public:
19 // prevent constructor by default
22
23#else // LL_PLAT_C
24#endif
25public:
26 // member functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_S
29 MCAPI ::BlockPermutationDescription& operator=(::BlockPermutationDescription const&);
30#endif
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition BlockPermutationDescription.h:9