LeviLamina
Loading...
Searching...
No Matches
BlockDefinitionDocument.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#include "mc/deps/shared_types/v1_21_110/block/Description.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace SharedTypes::v1_21_110::BlockDefinition { struct BlockPermutation; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_110::BlockDefinition {
16
17struct BlockDefinitionDocument {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 408, ::SharedTypes::v1_21_110::BlockDefinition::Description> mDescription;
22 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents> mComponents;
23 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_110::BlockDefinition::BlockPermutation>> mPermutations;
24 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mOrderedV1CustomComponents;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 BlockDefinitionDocument& operator=(BlockDefinitionDocument const&);
30 BlockDefinitionDocument();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
37 MCAPI ~BlockDefinitionDocument();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5