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_26_10/block/BlockComponents.h"
7#include "mc/deps/shared_types/v1_26_10/block/Description.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace SharedTypes::v1_26_10::BlockDefinition { struct BlockPermutation; }
13namespace SharedTypes::v1_26_10::BlockDefinition { struct DeprecatedDefinitionEvent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17namespace SharedTypes::v1_26_10::BlockDefinition {
18
19struct BlockDefinitionDocument {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 424, ::SharedTypes::v1_26_10::BlockDefinition::Description> mDescription;
24 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_26_10::BlockDefinition::BlockComponents> mComponents;
25 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_26_10::BlockDefinition::BlockPermutation>> mPermutations;
26 ::ll::TypedStorage<
27 8,
28 64,
29 ::std::unordered_map<::std::string, ::SharedTypes::v1_26_10::BlockDefinition::DeprecatedDefinitionEvent>>
30 mDeprecatedEventHandlers;
31 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mOrderedV1CustomComponents;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 BlockDefinitionDocument& operator=(BlockDefinitionDocument const&);
37 BlockDefinitionDocument(BlockDefinitionDocument const&);
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI BlockDefinitionDocument();
43
45
46 MCAPI ~BlockDefinitionDocument();
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCAPI static ::SemVersionConstant const& VERSION();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor();
65
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74};
75
76} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5