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/v1_21_110/block/BlockComponents.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_110::BlockDefinition {
14
15struct BlockPermutation {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mCondition;
20 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents> mComponents;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mOrderedV1CustomComponents;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 BlockPermutation(BlockPermutation const&);
27 BlockPermutation();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::SharedTypes::v1_21_110::BlockDefinition::BlockPermutation&
34
35 MCAPI ::SharedTypes::v1_21_110::BlockDefinition::BlockPermutation&
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44};
45
46} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5