LeviLamina
Loading...
Searching...
No Matches
BlockPermutation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ExpressionNode.h"
7#include "mc/deps/shared_types/v1_26_10/block/BlockComponents.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10::BlockDefinition {
15
16struct BlockPermutation {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mCondition;
21 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_26_10::BlockDefinition::BlockComponents> mComponents;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mOrderedV1CustomComponents;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 BlockPermutation(BlockPermutation const&);
28 BlockPermutation();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::SharedTypes::v1_26_10::BlockDefinition::BlockPermutation&
35
36 MCAPI ~BlockPermutation();
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5